VfsManager class

Constructors

VfsManager({NativeTraversalsWrapper? customWrapper})

Properties

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

Methods

addProcessor(Processor processor) → void
addProcessorAtFirst(Processor processor) → void
addProcessorAtLast(Processor processor) → void
destroy() → void
fetchResourceAsync(String url, Map<String, String> params, FetchResourceCallback callback) → void
fetchResourceSync(String url, Map<String, String> params) Future<ResourceDataHolder>
nativeCallFetchResource(String url, Map<String, String> params, int requestId) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFetchResourceEnd(ResourceDataHolder holder) → void
onFetchResourceStart() → void
performNativeTraversals(ResourceDataHolder holder) → void
removeProcessor(Processor processor) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

find(int id) VfsManager?