logout method

Future<NIMResult<void>> logout()

登出

Implementation

Future<NIMResult<void>> logout() async {
  throw UnimplementedError('logout() is not implemented');
}