new change to use intaleq_map sdk 04-16-4
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import '../controllers/profile_controller.dart';
|
||||
|
||||
class ProfileBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut<ProfileController>(
|
||||
() => ProfileController(),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user