sendPasswordlessRegistration_Pre method

Future<SendPasswordlessRegistrationResponse> sendPasswordlessRegistration_Pre(
  1. ServiceCall call,
  2. Future<SendPasswordlessRegistrationRequest> request
)

Implementation

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