authLogout function

dynamic authLogout()

Logout user

Implementation

authLogout() async {
  await Auth.logout();
}