readerStatusChannel property

  1. @visibleForTesting
EventChannel readerStatusChannel
getter/setter pair

The event channel used to receive text Locator changes from the native platform.

Implementation

@visibleForTesting
EventChannel readerStatusChannel = const EventChannel(
  'dev.mulev.flureadium/reader-status',
);