read property

Rx<Completer<void>?> read
final

Completer resolving once this LocalAttachment's reading is finished.

Implementation

final Rx<Completer<void>?> read = Rx<Completer<void>?>(null);