BundleFacade class

Mixed in types

Constructors

BundleFacade(Fetcher fetcher, [BundleDecoder? decoder, CacheProvider? cacheProvider])

Properties

cacheProvider CacheProvider?
final
decoder BundleDecoder?
final
fetcher Fetcher
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelFetch(Uri key) → dynamic
clearCache() Future<void>
fetch(Uri key, {dynamic onProgress(FetchStatus status)?}) Future<Bundle>
getCacheSize() Future<int>
getServingPort(Bundle bundle) int?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serve(Bundle bundle, [InternetAddress? addr, int? port]) Future<void>
inherited
stopServe(Bundle bundle) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

memory(Map<String, List<int>> files) BundleFacade