isNativeFuchsia top-level property
Checks if the platform is native Fuchsia (not web).
Implementation
bool get isNativeFuchsia => isFuchsia && !isWeb;
Checks if the platform is native Fuchsia (not web).
bool get isNativeFuchsia => isFuchsia && !isWeb;