Returns true if the application is running as a Progressive Web App.
true
@override bool get isPWA => window.matchMedia('(display-mode: standalone)').matches;