[mob][photos] Forgot this in previous commit
This commit is contained in:
parent
f301ab57f2
commit
d4af7792d4
1 changed files with 4 additions and 0 deletions
|
@ -31,4 +31,8 @@ class EnteWakeLock {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
static Future<void> toggle({required bool enable}) async {
|
||||
await WakelockPlus.toggle(enable: enable);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue