disable static method
Disables the wakelock.
This can simply be called using WakelockPlus.disable()
and does not return
anything.
You can await the Future to wait for the operation to complete.
See also:
Implementation
static Future<void> disable() => toggle(enable: false);