menu
chat_bot_llm package
documentation
app/modules/chat/bindings/chat_binding.dart
ChatBinding
dependencies method
dependencies method
dark_mode
light_mode
dependencies
method
@
override
void
dependencies
(
)
override
Implementation
@override void dependencies() { Get.lazyPut<ChatController>( () => ChatController(), ); }
chat_bot_llm package
documentation
app/modules/chat/bindings/chat_binding
ChatBinding
dependencies method
ChatBinding class