handleLogout method

Future<void> handleLogout()

Implementation

Future<void> handleLogout() async {
  await config.clearCredentials();
  print('\u2705 Logged out');
}