logout method

Future<NIMResult<void>> logout()

登出接口

Implementation

Future<NIMResult<void>> logout() {
  return _platform.logout();
}