HttpBundleLoader class

Implemented types

Constructors

HttpBundleLoader(String? url, {bool canUseCodeCache = false, String codeCacheTag = ''})

Properties

bundleUniKey String?
no setteroverride
canUseCodeCache bool
no setteroverride
codeCacheTag String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
path String?
no setteroverride
rawPath String?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load(VoltronBridgeManager bridge, Callback callback) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIsDebugMode(bool isDebugMode) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kFileStr → const String