cancelLoading property

Completer<void> cancelLoading
final

Completer that is completed when this object is disposed

Intended to allow TileProviders to cancel unneccessary HTTP requests.

Implementation

final Completer<void> cancelLoading;