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