OfflineCacheManagerPathSetterListener class abstract final

Constructors

OfflineCacheManagerPathSetterListener({required void onPathSet(), required void onPathSetError(Error error)})
factory

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
onPathSet() → void
New cache path was set.
onPathSetError(Error error) → void
Error occurred. Cache path wasn't change Expected error types: 1. mapkit_offline_cache_errors.CachePathUnavailable: target path doesn't exist or there no read permissions
toString() String
A string representation of this object.
inherited

Operators

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