abase.dart 83 B

12345
  1. export 'package:get/get.dart';
  2. abstract class IService {
  3. Future<void> init();
  4. }