TheDocumentation Index
Fetch the complete documentation index at: https://docs.stac.dev/llms.txt
Use this file to discover all available pages before exploring further.
StacMultiAction allows you to execute multiple actions with ease.
Multi Action Properties
| Property | Type | Description |
|---|---|---|
| actions | List<StacAction> | The list of actions to be performed |
| sync | bool | Whether to execute the actions in syncronous or parallel. Defaults to false. |
Example
This example will allow you to show a snackbar throughStacShowSnackBarAction, execute a network request through StacNetworkRequest and show another snackbar right after.