eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

The event channel used to receive registration state updates.

Implementation

@visibleForTesting
final eventChannel = const EventChannel(
  'flutter_meta_wearables_dat/registration_state',
);