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