Files
rasadyar_application/packages/livestock/lib/presentation/page/root/logic.dart

18 lines
263 B
Dart
Raw Normal View History

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();
}
}