isPwa property

bool isPwa
getter/setter pair

Implementation

static bool isPwa = html.window.matchMedia("(display-mode: standalone)").matches;