listMyAuthFactors_Pre method

Future<ListMyAuthFactorsResponse> listMyAuthFactors_Pre(
  1. ServiceCall call,
  2. Future<ListMyAuthFactorsRequest> request
)

Implementation

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