creativecreatorormaybenot
Committed by GitHub

0.1.4

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].