menu
async package
documentation
async.dart
DelegatingFuture<T>
DelegatingFuture constructor
DelegatingFuture constructor
dark_mode
light_mode
DelegatingFuture<
T
>
constructor
DelegatingFuture<
T
>
(
Future
<
T
>
_future
)
Implementation
DelegatingFuture(this._future);
async package
documentation
async
DelegatingFuture<T>
DelegatingFuture constructor
DelegatingFuture class