addMyAuthFactorU2F_Pre method

Future<AddMyAuthFactorU2FResponse> addMyAuthFactorU2F_Pre(
  1. ServiceCall $call,
  2. Future<AddMyAuthFactorU2FRequest> $request
)

Implementation

$async.Future<$0.AddMyAuthFactorU2FResponse> addMyAuthFactorU2F_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddMyAuthFactorU2FRequest> $request) async {
  return addMyAuthFactorU2F($call, await $request);
}