isFuchsia property
bool
get
isFuchsia
Checks if the application is running on the Fuchsia platform.
Implementation
bool get isFuchsia => !isWeb && Platform.isFuchsia;
Checks if the application is running on the Fuchsia platform.
bool get isFuchsia => !isWeb && Platform.isFuchsia;