startTOTPRegistration_Pre method
Future<StartTOTPRegistrationResponse>
startTOTPRegistration_Pre(
- ServiceCall $call,
- Future<
StartTOTPRegistrationRequest> $request
Implementation
$async.Future<$0.StartTOTPRegistrationResponse> startTOTPRegistration_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.StartTOTPRegistrationRequest> $request) async {
return startTOTPRegistration($call, await $request);
}