Files
rasadyar_application/packages/chicken/lib/presentation/pages/role/logic.dart
2025-09-02 15:59:49 +03:30

18 lines
263 B
Dart

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