AwesomeVideoDownloaderPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AwesomeVideoDownloaderPlatform
- Implementers
Constructors
- AwesomeVideoDownloaderPlatform.new()
- Constructs a AwesomeVideoDownloaderPlatform.
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
-
cancelDownload(
String downloadId) → Future< void> -
getAllDownloads(
) → Future< List< Map< >String, dynamic> > -
getDownloadProgress(
String downloadId) → Stream< Map< String, dynamic> > -
getDownloadStatus(
String downloadId) → Future< Map< String, dynamic> > -
initialize(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseDownload(
String downloadId) → Future< void> -
resumeDownload(
String downloadId) → Future< void> -
startDownload(
{required String url, required String fileName, required String format, Map< String, dynamic> ? options}) → Future<String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AwesomeVideoDownloaderPlatform
-
The default instance of AwesomeVideoDownloaderPlatform to use.
getter/setter pair