init
This commit is contained in:
7
lib/services/tim_service.dart
Normal file
7
lib/services/tim_service.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class TimService extends GetxService {
|
||||
Future<TimService> init() async {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user