menu
ekyc_flutter package
documentation
app/modules/note/bindings/note_binding.dart
NoteBinding
dependencies method
dependencies method
dark_mode
light_mode
dependencies
method
@
override
void
dependencies
(
)
override
Implementation
@override void dependencies() { Get.lazyPut<NoteController>( () => NoteController(), ); }
ekyc_flutter package
documentation
app/modules/note/bindings/note_binding
NoteBinding
dependencies method
NoteBinding class