checkInstallPlatform method

bool checkInstallPlatform()

Implementation

bool checkInstallPlatform() {
  if (!_initialized) {
    _errorSubject.add("AudioItem Not Install");
  }

  return _initialized;
}