enable method

Future<bool?> enable()

Implementation

Future<bool?> enable() {
  log('ENABLE WAKE LOCK', name: 'FluWakeLock');
  return FluWakeLockPlatform.instance.enable();
}