Uploader class
- Inheritance
-
- Object
- StateNotifier<
UploadState> - StatefulNotifier<
UploadState> - Uploader
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → UploadState
-
no setteroverride
-
stateStream
→ Stream<
UploadState> -
no setterinherited
Methods
-
canNotifyState(
) → bool -
inherited
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyState(
UploadState state) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadBytes(
{required Uint8List bytes, required int maxMtu}) → Future< void> -
uploadHttpFile(
{required String url, required int maxMtu}) → Future< void> -
uploadLocalFile(
{required String localPath, required int maxMtu}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited