NativeAudio.addListener('complete') does not work for Android apps, but it does for web and iOS. I have tested the app with different Android SDKs but none of them worked.
NativeAudio.addListener('complete', () => { console.log('complete triggered'); }).then();
The above code does not print logs. But same code does for other platforms.
version: ^7.3.36