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