import 'package:get/get.dart'; export 'package:get/get.dart'; abstract class IService extends GetxService{ Future init(); }