logout method

Future<void> logout()

注销

Implementation

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