isGoogle property
bool
get
isGoogle
If the current platform is a Google one.
Implementation
static bool get isGoogle => isAndroid || isFuchsia;
If the current platform is a Google one.
static bool get isGoogle => isAndroid || isFuchsia;