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