stop method
dynamic
stop()
Implementation
stop() {
if (checkInstallPlatform()) {
playing = false;
_platform.stop();
}
}
stop() {
if (checkInstallPlatform()) {
playing = false;
_platform.stop();
}
}