keepAwake property - Screen class - dart:html library (original) (raw)

description

bool? getkeepAwake

Implementation

bool? get keepAwake native;

setkeepAwake (bool? value)

Implementation

set keepAwake(bool? value) native;