BundleLoader class abstract

Interface of bundle loader

Constructors

BundleLoader()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLoad(String? path, FairDecoder decoder, {bool cache = true, Map<String, String>? h}) Future<Map?>
Load resource data into json object; The path can be either assets key or http url, both should stands for valid json resource. The cache argument indicate cache implementation. The h contains framework relative headers.
toString() String
A string representation of this object.
inherited

Operators

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