TF-1074 Handle go to path /contact
This commit is contained in:
@@ -8,4 +8,8 @@ class ContactBindings extends Bindings {
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => ContactController());
|
||||
}
|
||||
|
||||
void dispose() {
|
||||
Get.delete<ContactController>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user