menu
typed_error package
documentation
base.dart
TryAsync extension type
TryAsync extension type
dark_mode
light_mode
TryAsync<
T
,
E extends Exception
>
extension type
on
Future
<
T
>
Function
()
Constructors
TryAsync
(
Future
<
T
>
_
()
)
const
Properties
wrap
→
Future
<
Result
<
T
,
E
>
>
no setter
typed_error package
documentation
base
TryAsync extension type
base library