import 'dart:async'; import 'package:trackoffical_app/model/closeable.dart'; abstract class Plug extends Closeable{ Future init(); }