removeHumanAuthFactorU2F_Pre method
Future<RemoveHumanAuthFactorU2FResponse>
removeHumanAuthFactorU2F_Pre(
- ServiceCall call,
- Future<
RemoveHumanAuthFactorU2FRequest> request
Implementation
$async.Future<$0.RemoveHumanAuthFactorU2FResponse> removeHumanAuthFactorU2F_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveHumanAuthFactorU2FRequest> request) async {
return removeHumanAuthFactorU2F(call, await request);
}