enabled property

Future<bool> enabled

Returns whether the wakelock is enabled or not.

Implementation

Future<bool> get enabled {
  throw UnimplementedError('isEnabled has not been implemented.');
}