MemoryFlare class
Fetches a Flare from a Uint8List.
- Inheritance
-
- Object
- AssetProvider
- MemoryFlare
- Annotations
Constructors
- MemoryFlare({required Uint8List bytes})
-
const
Properties
Methods
-
load(
) → Future< ByteData> -
Loads the asset.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override