logout method

Future<void> logout()

Implementation

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