isChromium property
Whether the current browserEngine is BrowserEngine.blink (Chrom(e|ium)).
Implementation
bool get isChromium => browserEngine == BrowserEngine.blink;
Whether the current browserEngine is BrowserEngine.blink (Chrom(e|ium)).
bool get isChromium => browserEngine == BrowserEngine.blink;