MethodChannelIosBackgroundUploader class

Inheritance

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadEvents Stream<Map<String, dynamic>>
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadFiles({required String url, required List<String> files, Map<String, String>? headers, Map<String, String>? fields, String? tag}) Future<void>
override

Operators

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