sendPasswordlessRegistration_Pre method

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

Implementation

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