OnTileRemoved typedef
OnTileRemoved =
void Function()
Tile removed callback. It is called when the tile is removed from the active list of tiles. Note that it is too late to update the Tile.
Implementation
typedef OnTileRemoved = void Function();