disable method

Future<bool?> disable()

Implementation

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