logout method

Future<Map?> logout()

Implementation

Future<Map?> logout() {
  throw UnimplementedError('logout() has not been implemented.');
}