isPWA property

  1. @override
bool get isPWA

Returns true if the application is running as a Progressive Web App.

Implementation

@override
bool get isPWA => window.matchMedia('(display-mode: standalone)').matches;