9 lines
127 B
Dart
9 lines
127 B
Dart
|
|
import 'package:rasadyar_core/core.dart';
|
||
|
|
|
||
|
|
class AuthService extends GetxService{
|
||
|
|
|
||
|
|
|
||
|
|
Future<void> initService() async {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|