eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

The event channel used to receive visualization data.

Implementation

@visibleForTesting
final eventChannel = const EventChannel(
  'com.it7.flutter_audio_recorder_player/events',
);