wakelock_macos 0.4.0 wakelock_macos: ^0.4.0 copied to clipboard
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
wakelock_macos #
macOS platform implementation of the wakelock_platform_interface
for the
wakelock plugin.
Getting started #
If you want to use the wakelock plugin on macOS, see the main wakelock
plugin package.
Implementation #
Note that the implementation currently uses manual MethodChannel
s instead of the pigeon
generated
message until https://github.com/flutter/flutter/issues/73738 is properly resolved.
Testing #
Because of the aforementioned limitation, testing for wakelock_macos
is currently also only conducted
using the integration tests in wakelock/example
.