DownloaderFlutterPlatform class abstract
DownloaderFlutterPlatform DownloaderFlutterPlatform is a abstract class Hold the declaration methods
- downloadSingleFile()
- downloadMultipleFile()
- downloadProgress()
- Inheritance
-
- Object
- PlatformInterface
- DownloaderFlutterPlatform
- Implementers
Constructors
- DownloaderFlutterPlatform()
- Constructs a DownloaderFlutterPlatform.
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
-
downloadMultipleFile(
{required List< String?> urls, required List<String> fileNames, required Function response, bool? saveToPhoto = false, bool? showToastAndroid = false}) → Future<String?> -
downloadProgress(
) → Stream< Map< String, dynamic> > -
downloadSingleFile(
{required String? url, required String fileName, required Function response, bool? saveToPhoto = false, bool? showToastAndroid = false}) → Future< String?> -
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
Static Properties
- instance ↔ DownloaderFlutterPlatform
-
The default instance of DownloaderFlutterPlatform to use.
getter/setter pair