bind<U> method
Implementation
@override
U bind<U>({
required U Function() loading,
required U Function(T) got,
U Function(E)? failure,
}) => got(value);
@override
U bind<U>({
required U Function() loading,
required U Function(T) got,
U Function(E)? failure,
}) => got(value);