isFuchsia top-level property
bool
get
isFuchsia
Whether the OS is Fuchsia.
Implementation
bool get isFuchsia => !kIsWeb && Platform.isFuchsia;
Whether the OS is Fuchsia.
bool get isFuchsia => !kIsWeb && Platform.isFuchsia;