setAllowRegister method

Future<SetAllowRegisterResp> setAllowRegister(
  1. ClientContext? ctx,
  2. SetAllowRegisterReq request
)

Implementation

$async.Future<SetAllowRegisterResp> setAllowRegister(
        $pb.ClientContext? ctx, SetAllowRegisterReq request) =>
    _client.invoke<SetAllowRegisterResp>(
        ctx, 'chat', 'SetAllowRegister', request, SetAllowRegisterResp());