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