textLocatorChannel property

  1. @visibleForTesting
EventChannel textLocatorChannel
getter/setter pair

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

Implementation

@visibleForTesting
EventChannel textLocatorChannel = const EventChannel(
  'dev.mulev.flureadium/text-locator',
);