logout method

Future<NIMResult<void>> logout()

Implementation

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