registerTOTP_Pre method

Future<RegisterTOTPResponse> registerTOTP_Pre(
  1. ServiceCall $call,
  2. Future<RegisterTOTPRequest> $request
)

Implementation

$async.Future<$0.RegisterTOTPResponse> registerTOTP_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RegisterTOTPRequest> $request) async {
  return registerTOTP($call, await $request);
}