logout method

Future<NIMResult<void>> logout()

注销登录

Implementation

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