MethodChannelMymedia constructor

MethodChannelMymedia()

Constructor that sets up the event channel listener.

Implementation

MethodChannelMymedia() {
  eventChannel.receiveBroadcastStream().listen(_onVisualizationData);
}