OfflineRegionManager class

The offline region manager that manages offline packs. All of the class’s instance methods are asynchronous reflecting the fact that offline resources are stored in a database. The offline manager maintains a canonical collection of offline packs.

Constructors

OfflineRegionManager({BinaryMessenger? binaryMessenger, String messageChannelSuffix = ''})
Constructor for OfflineRegionManager. The binaryMessenger named argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOfflineMapboxTileCountLimit(int limit) Future<void>
Sets the maximum number of Mapbox-hosted tiles that may be downloaded and stored on the current device.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

pigeonChannelCodec → const MessageCodec<Object?>