MethodChannelFlutterAudioPlayerPlugin constructor

MethodChannelFlutterAudioPlayerPlugin()

Implementation

MethodChannelFlutterAudioPlayerPlugin() {
  methodChannel.setMethodCallHandler(_handleNativeMethodCall);
}