isNativeGoogle top-level property
bool
get
isNativeGoogle
Checks if the platform is native Google (not web).
Implementation
bool get isNativeGoogle => isGoogle && !isWeb;
Checks if the platform is native Google (not web).
bool get isNativeGoogle => isGoogle && !isWeb;