logout method

Future<String?> logout()

Implementation

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