isGoogle top-level property

bool get isGoogle

Checks if the platform is a Google platform (Android or Fuchsia).

Implementation

bool get isGoogle => (isAndroid || isFuchsia);