menu
httper package
documentation
httper.dart
Callback401<T> typedef
Callback401<T> typedef
dark_mode
light_mode
Callback401<
T
>
typedef
Callback401
<
T
> =
Future
Function
(
T
t
,
String
msg
)
The model callback for 401
Implementation
typedef Callback401<T> = Future<dynamic> Function(T t, String msg);
httper package
documentation
httper
Callback401<T> typedef
httper library