menu
nylo_support package
documentation
helpers/auth.dart
authLogout function
authLogout function
dark_mode
light_mode
authLogout
function
Future
<
void
>
authLogout
(
)
Logout user
Implementation
Future<void> authLogout() async { await Auth.logout(); }
nylo_support package
documentation
helpers/auth
authLogout function
auth library