fix : change app architecture
feat : add some method to local storage
This commit is contained in:
9
packages/auth/lib/data/services/auth_service.dart
Normal file
9
packages/auth/lib/data/services/auth_service.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
class AuthService extends GetxService{
|
||||
|
||||
|
||||
Future<void> initService() async {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user