getCustomPasswordlessRegistrationMessageText_Pre method

Future<GetCustomPasswordlessRegistrationMessageTextResponse> getCustomPasswordlessRegistrationMessageText_Pre(
  1. ServiceCall $call,
  2. Future<GetCustomPasswordlessRegistrationMessageTextRequest> $request
)

Implementation

$async.Future<$0.GetCustomPasswordlessRegistrationMessageTextResponse>
    getCustomPasswordlessRegistrationMessageText_Pre(
        $grpc.ServiceCall $call,
        $async.Future<$0.GetCustomPasswordlessRegistrationMessageTextRequest>
            $request) async {
  return getCustomPasswordlessRegistrationMessageText($call, await $request);
}