startTOTPRegistration_Pre method

Future<StartTOTPRegistrationResponse> startTOTPRegistration_Pre(
  1. ServiceCall call,
  2. Future<StartTOTPRegistrationRequest> request
)

Implementation

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