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