listMyAuthFactors_Pre method

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

Implementation

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