Files
rasadyar_application/packages/livestock/lib/presentation/page/root/logic.dart
mr.mojtaba 905e407ccd fix :
1 - multi module in Auth select save selected module
 2 - add flutter gen for assets builder
2025-05-19 16:16:33 +03:30

18 lines
263 B
Dart

import 'package:rasadyar_core/core.dart';
class RootLogic extends GetxController {
@override
void onReady() {
// TODO: implement onReady
super.onReady();
}
@override
void onClose() {
// TODO: implement onClose
super.onClose();
}
}