H5PLoader class

Constructors

H5PLoader()

Properties

downloadProgress ValueNotifier<double>
Progress notifier (0 → 1)
final
hashCode int
The hash code for this object.
no setterinherited
isLoading ValueNotifier<bool>
Whether a load process is ongoing
final
localServerUrl ValueNotifier<String?>
Current local server URL (null until ready)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ValueNotifier<H5PLoadStatus>
Current load status (downloading, extracting, ready, error, etc.)
final

Methods

closeServer() Future<void>
loadH5P(String url) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareBaseFiles() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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