isFuchsia property
bool
get
isFuchsia
Checks if the application is running on the Fuchsia platform.
Implementation
bool get isFuchsia => !isWeb && _isPlatform('fuschsia');
Checks if the application is running on the Fuchsia platform.
bool get isFuchsia => !isWeb && _isPlatform('fuschsia');