authLogout function

Future<void> authLogout()

Logout user

Implementation

Future<void> authLogout() async {
  await Auth.logout();
}