it seems to me, that the MediaActions for skipToNext and skipToPrevious in the audio_service package for flutter internally do not trigger the corresponding methods, but trigger the Click-Event with the MediaButton-Value, that would be used for skipping, instead.
This might not be a problem for most use-cases, but since I would like to implement custom behavior for click-events, I wonder why these MediaActions do not just properly trigger the corresponding skipToNext/Previous methods instead by default.
Is this behvaior on purpose? And if so, why is this or how could I change it for me? I couldn't figure out the code where this behavior is defined. Any help on this is very appreciated!