createServerRole method

Implementation

Future<NIMResult<QChatCreateServerRoleResult>> createServerRole(
    QChatCreateServerRoleParam param) async {
  throw UnimplementedError('createServerRole is not implemented');
}