reloadPlay method

dynamic reloadPlay()

Implementation

reloadPlay() {
  if (checkInstallPlatform()) {
    _platform.reloadPlay();
  }
}