menu
flutter_inapp_chat package
documentation
view_models/inapp_chat.vm.dart
InappChatViewModel
isBusy property
isBusy property
dark_mode
light_mode
isBusy
property
bool
get
isBusy
inherited
Returns the busy status of the ViewModel
Implementation
bool get isBusy => busy(this);
flutter_inapp_chat package
documentation
view_models/inapp_chat.vm
InappChatViewModel
isBusy property
InappChatViewModel class