read property
final
Completer resolving once this LocalAttachment's reading is finished.
Implementation
final Rx<Completer<void>?> read = Rx<Completer<void>?>(null);
Completer resolving once this LocalAttachment's reading is finished.
final Rx<Completer<void>?> read = Rx<Completer<void>?>(null);