Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -46,7 +46,9 @@ bool isEnabled = await Wakelock.isEnabled; | @@ -46,7 +46,9 @@ bool isEnabled = await Wakelock.isEnabled; | ||
| 46 | 46 | ||
| 47 | If you want to wait for the wakelock toggle on Android or iOS to complete (which takes an insignificant amount of time), you can also await either of `Wakelock.enable`, `Wakelock.disable`, and `Wakelock.toggle`. | 47 | If you want to wait for the wakelock toggle on Android or iOS to complete (which takes an insignificant amount of time), you can also await either of `Wakelock.enable`, `Wakelock.disable`, and `Wakelock.toggle`. |
| 48 | 48 | ||
| 49 | -## Note | 49 | +## Notes |
| 50 | 50 | ||
| 51 | This plugin is originally based on [`screen`](https://pub.dev/packages/screen). | 51 | This plugin is originally based on [`screen`](https://pub.dev/packages/screen). |
| 52 | -Specifically, the wakelock functionality was extracted into this plugin due to a lack of maintenance. | ||
| 52 | +Specifically, the wakelock functionality was extracted into this plugin due to a lack of maintenance. | ||
| 53 | + | ||
| 54 | +If you want to contribute to this plugin, follow the [contributing guide](https://github.com/creativecreatorormaybenot/wakelock/blob/master/CONTRIBUTING.md). |
-
Please register or login to post a comment