Showing
1 changed file
with
1 additions
and
1 deletions
| 1 | import 'dart:async'; | 1 | import 'dart:async'; |
| 2 | 2 | ||
| 3 | +import 'package:flutter/foundation.dart'; | ||
| 3 | import 'package:flutter/services.dart'; | 4 | import 'package:flutter/services.dart'; |
| 4 | -import 'package:meta/meta.dart'; | ||
| 5 | 5 | ||
| 6 | /// To enable the wakelock, you can use [Wakelock.enable] and to disable it, | 6 | /// To enable the wakelock, you can use [Wakelock.enable] and to disable it, |
| 7 | /// you can call [Wakelock.disable]. | 7 | /// you can call [Wakelock.disable]. |
-
Please register or login to post a comment