We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headers
1 parent b4b04b2 commit 8ffb657Copy full SHA for 8ffb657
flutter_map_cache/lib/src/cached_tile_provider.dart
@@ -17,6 +17,7 @@ class CachedTileProvider extends TileProvider {
17
/// [CachePolicy] from dio_cache_interceptor for more information.
18
CachedTileProvider({
19
required CacheStore store,
20
+ super.headers,
21
CachePolicy cachePolicy = CachePolicy.forceCache,
22
Dio? dio,
23
List<Interceptor>? interceptors,
0 commit comments