removeMyAuthFactorU2F_Pre method

Future<RemoveMyAuthFactorU2FResponse> removeMyAuthFactorU2F_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMyAuthFactorU2FRequest> $request
)

Implementation

$async.Future<$0.RemoveMyAuthFactorU2FResponse> removeMyAuthFactorU2F_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveMyAuthFactorU2FRequest> $request) async {
  return removeMyAuthFactorU2F($call, await $request);
}