ImageHandler class abstract Core
Utilities for decoding raw image bytes into Flutter ui.Image objects.
ImageHandler provides a single helper to decode raw image data
asynchronously. The implementation returns a Future which completes
with a decoded ui.Image or null if decoding fails. This API is
intended for internal SDK usage where a lightweight, synchronous image
decoder is not available.
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited