removeHumanAuthFactorU2F_Pre method

Future<RemoveHumanAuthFactorU2FResponse> removeHumanAuthFactorU2F_Pre(
  1. ServiceCall call,
  2. Future<RemoveHumanAuthFactorU2FRequest> request
)

Implementation

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