listEnvironments_Pre method

Future<ListEnvironmentsResponse> listEnvironments_Pre(
  1. ServiceCall call,
  2. Future<ListEnvironmentsRequest> request
)

Implementation

$async.Future<$12.ListEnvironmentsResponse> listEnvironments_Pre(
    $grpc.ServiceCall call,
    $async.Future<$12.ListEnvironmentsRequest> request) async {
  return listEnvironments(call, await request);
}