sendPasswordlessRegistration_Pre method
Future<SendPasswordlessRegistrationResponse>
sendPasswordlessRegistration_Pre(
- ServiceCall $call,
- Future<
SendPasswordlessRegistrationRequest> $request
Implementation
$async.Future<$0.SendPasswordlessRegistrationResponse>
sendPasswordlessRegistration_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.SendPasswordlessRegistrationRequest>
$request) async {
return sendPasswordlessRegistration($call, await $request);
}