logout method

Future<void> logout()

登出

Implementation

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