NetworkProvider class
- Annotations
Constructors
-
NetworkProvider(String url, {Map<
String, String> ? headers, LottieImageProviderFactory? imageProviderFactory})
Properties
Methods
-
getImageProvider(
LottieImageAsset lottieImage) → ImageProvider< Object> ? -
inherited
-
load(
) → Future< LottieComposition> -
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