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