isFuchsia property
bool
get
isFuchsia
Check if the current platform is Fuchsia
Implementation
static bool get isFuchsia => !kIsWeb && Platform.isFuchsia;
Check if the current platform is Fuchsia
static bool get isFuchsia => !kIsWeb && Platform.isFuchsia;