upload property
final
Completer resolving once this LocalAttachment's uploading is finished.
Implementation
final Rx<Completer<Attachment>?> upload = Rx<Completer<Attachment>?>(null);
Completer resolving once this LocalAttachment's uploading is finished.
final Rx<Completer<Attachment>?> upload = Rx<Completer<Attachment>?>(null);