resume method
Implementation
resume({double at = 0.0}) {
if (checkInstallPlatform()) {
playing = true;
_platform.resume(at);
}
}
resume({double at = 0.0}) {
if (checkInstallPlatform()) {
playing = true;
_platform.resume(at);
}
}