menu
ioc_container package
documentation
async_lock.dart
AsyncLock<T>
AsyncLock.new constructor
AsyncLock.new constructor
dark_mode
light_mode
AsyncLock<
T
>
constructor
AsyncLock<
T
>
(
Future
<
T
>
function
(), {
bool
retainFutureErrors
=
false
,
})
Creates a new
AsyncLock
.
Implementation
AsyncLock(this.function, {this.retainFutureErrors = false});
ioc_container package
documentation
async_lock
AsyncLock<T>
AsyncLock.new constructor
AsyncLock class