menu
viggo_core_frontend package
documentation
extensions/on_object.dart
LetExtension<Object, R>
letAsync method
letAsync method
dark_mode
light_mode
letAsync
method
Future
<
R
>
letAsync
(
Future
<
R
>
function
(
Object
)
)
Implementation
Future<R> letAsync(Future<R> Function(Object) function) async { return await function(this); }
viggo_core_frontend package
documentation
extensions/on_object
LetExtension<Object, R>
letAsync method
LetExtension extension on Object