menu
ibl_ai_mobile_core_frontend package
documentation
utils.dart
GlobalFunctions
callLogout method
callLogout method
dark_mode
light_mode
callLogout
method
Future
<
void
>
callLogout
(
)
Implementation
Future<void> callLogout() async { if (logout != null) { await logout!(); } }
ibl_ai_mobile_core_frontend package
documentation
utils
GlobalFunctions
callLogout method
GlobalFunctions class