stop method
Stops the currently playing background music track (if any).
Implementation
Future<void> stop() async {
throw('Currently Not Implimented! Please Use "VideoAudio, FlutterAudio, or AudioLatency".');
}
Stops the currently playing background music track (if any).
Future<void> stop() async {
throw('Currently Not Implimented! Please Use "VideoAudio, FlutterAudio, or AudioLatency".');
}