[mob][photos] Forgot this in previous commit

This commit is contained in:
laurenspriem 2024-05-24 16:40:14 +05:30
parent f301ab57f2
commit d4af7792d4

View file

@ -31,4 +31,8 @@ class EnteWakeLock {
); );
} }
} }
static Future<void> toggle({required bool enable}) async {
await WakelockPlus.toggle(enable: enable);
}
} }