You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For web build (in debug) I encountered the following uncaught exception:
NotAllowedError, Failed to execute 'request' on 'WakeLock': The requesting page is not visible
In the stack, this code gets highlighted:
@override
Future<void> toggle({required bool enable}) async {
// Make sure the JS library is loaded before calling it.
await _jsLoaded;
wakelock_plus_web.toggle(enable);
}
The text was updated successfully, but these errors were encountered:
For web build (in debug) I encountered the following uncaught exception:
NotAllowedError, Failed to execute 'request' on 'WakeLock': The requesting page is not visible
In the stack, this code gets highlighted:
The text was updated successfully, but these errors were encountered: