setCustomPasswordlessRegistrationMessageCustomText_Pre method

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

Implementation

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