lock_screen library

Classes

LockScreen
An object to launch long operations while blocking the user interface and avoiding unexpected user actions (double tap/clip, ...)
LockScreenCancel
LockScreenUpdater
Allow lock screen updates during job processing
LockScreenWidget
Allow descendants widgets to run long-time operations while locking UI interaction.

Typedefs

LockScreenErrorHandler = void Function(Object error, StackTrace stackTrace)
LockScreenJob<T> = Future<T> Function(LockScreenUpdater updater)