logout method

Future<String?> logout()

Implementation

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