AssetBundleLoader class

Implemented types

Constructors

AssetBundleLoader(String assetPath, {bool canUseCodeCache = false, String codeCacheTag = ''})
const

Properties

assetPath String
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kAssetsStr → const String