isOhos property
bool
get
isOhos
Implementation
static bool get isOhos {
return !kIsWeb && Platform.operatingSystem == 'ohos';
}
static bool get isOhos {
return !kIsWeb && Platform.operatingSystem == 'ohos';
}