EagleWatchedLibrary class final

A closable native Eagle library with serialized differential refreshes.

Properties

current EagleLibrary
The last complete snapshot accepted by the loader.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updates Stream<EagleLibraryWatchUpdate>
Broadcast updates emitted after settled filesystem activity.
no setter

Methods

close() Future<void>
Stops observation after any active refresh and closes updates.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconcile() Future<void>
Requests an explicit full reconciliation.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

open(Directory root, {Duration settleDelay = const Duration(milliseconds: 75), int maxDiagnostics = 100}) Future<EagleResult<EagleWatchedLibrary>>
Loads root, then starts recursive native observation after success.