menu
nylo_support package
documentation
helpers/auth.dart
Auth
logout static method
logout static method
dark_mode
light_mode
logout
static method
Future
logout
(
)
Logout auth.
Implementation
static Future logout() async { await NyStorage.delete(key(), andFromBackpack: true); }
nylo_support package
documentation
helpers/auth
Auth
logout static method
Auth class