keepAwake property - Screen class - dart:html library

bool? get keepAwake

Implementation

bool? get keepAwake native;
set keepAwake (bool? value)

Implementation

set keepAwake(bool? value) native;