onReady property

VoidCallback? onReady
final

Called once when the native platform view has been created and all EventChannel handlers are registered. Safe to subscribe to Flureadium.onReaderStatusChanged, Flureadium.onTextLocatorChanged, and Flureadium.onErrorEvent from within this callback on all platforms.

Implementation

final VoidCallback? onReady;