allTileRegions method
Fetch the array of the existing tile regions.
Implementation
Future<List<TileRegion>> allTileRegions() {
return _api.allTileRegions().then((value) => value.nonNulls.toList());
}
Fetch the array of the existing tile regions.
Future<List<TileRegion>> allTileRegions() {
return _api.allTileRegions().then((value) => value.nonNulls.toList());
}