menu
iaphub_flutter package
documentation
iaphub.dart
Iaphub
logout static method
logout static method
dark_mode
light_mode
logout
static method
Future
<
void
>
logout
(
)
Log out user
Implementation
static Future<void> logout() async { await _invokeMethod('logout', {}); }
iaphub_flutter package
documentation
iaphub
Iaphub
logout static method
Iaphub class