setCallback method

void setCallback()

Implementation

void setCallback() {
  //_channel = const MethodChannel('xyz.canardoux.flutter_sound_player');
  _channel.setMethodCallHandler((MethodCall call) {
    return channelMethodCallHandler(call);
  });
}