listMyAuthFactors_Pre method
Future<ListMyAuthFactorsResponse>
listMyAuthFactors_Pre(
- ServiceCall $call,
- Future<
ListMyAuthFactorsRequest> $request
Implementation
$async.Future<$0.ListMyAuthFactorsResponse> listMyAuthFactors_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListMyAuthFactorsRequest> $request) async {
return listMyAuthFactors($call, await $request);
}