Returns whether the wakelock is enabled or not.
@override Future<bool> get enabled async => await _channel.invokeMethod('enabled') as bool;