Files

6 lines
132 B
Dart
Raw Permalink Normal View History

2025-05-21 09:04:21 +03:30
import 'package:rasadyar_core/core.dart';
class MapLogic extends GetxController {
2025-08-04 15:31:34 +03:30
BaseLogic baseLogic = Get.find<BaseLogic>();
2025-05-21 09:04:21 +03:30
}