listSimulators_Pre method

Future<ListSimulatorsResponse> listSimulators_Pre(
  1. ServiceCall call,
  2. Future<ListSimulatorsRequest> request
)

Implementation

$async.Future<$0.ListSimulatorsResponse> listSimulators_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.ListSimulatorsRequest> request) async {
  return listSimulators(call, await request);
}