Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Fix build error on macOS
This function is used by the macOS code but it is inside a #if os(iOS) block. After moving this function, it at least compiles.
Fixes #841