login method

Implementation

Future<NIMResult<QChatLoginResult>> login(QChatLoginParam param) async {
  throw UnimplementedError('login is not implemented');
}