getAllowRegister method

Future<GetAllowRegisterResp> getAllowRegister(
  1. ClientContext? ctx,
  2. GetAllowRegisterReq request
)

Implementation

$async.Future<GetAllowRegisterResp> getAllowRegister(
        $pb.ClientContext? ctx, GetAllowRegisterReq request) =>
    _client.invoke<GetAllowRegisterResp>(
        ctx, 'chat', 'GetAllowRegister', request, GetAllowRegisterResp());