setCustomPasswordlessRegistrationMessageCustomText_Pre method

Future<SetCustomPasswordlessRegistrationMessageTextResponse> setCustomPasswordlessRegistrationMessageCustomText_Pre(
  1. ServiceCall call,
  2. Future<SetCustomPasswordlessRegistrationMessageTextRequest> request
)

Implementation

$async.Future<$1.SetCustomPasswordlessRegistrationMessageTextResponse>
    setCustomPasswordlessRegistrationMessageCustomText_Pre(
        $grpc.ServiceCall call,
        $async.Future<$1.SetCustomPasswordlessRegistrationMessageTextRequest>
            request) async {
  return setCustomPasswordlessRegistrationMessageCustomText(
      call, await request);
}