resources method

Map<String, TileResourceProvider> resources(
  1. TileContext context,
  2. TState? state
)

Provides resources for the tile.

Each resource should have a unique identifier and be defined before layout can be requested.

Implementation

Map<String, TileResourceProvider> resources(TileContext context, TState? state) => {};