Returns true if the application is running on a mobile browser but not as a PWA.
true
@override bool get isMobileBrowser => isMobile && !isPWA;