isNativeGoogle top-level property

bool get isNativeGoogle

Checks if the platform is native Google (not web).

Implementation

bool get isNativeGoogle => isGoogle && !isWeb;