menu
dio_image_uploader package
documentation
typedefs/typedefs.dart
EitherResponse<T> typedef
EitherResponse<T> typedef
dark_mode
light_mode
EitherResponse<
T
>
typedef
EitherResponse
<
T
> =
Future
<
Either
<
String
,
T
>
>
Implementation
typedef EitherResponse<T> = Future<Either<String, T>>;
dio_image_uploader package
documentation
typedefs/typedefs
EitherResponse<T> typedef
typedefs library