Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add isEmpty to BaseRequestCubit #36

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

pdenert
Copy link
Contributor

@pdenert pdenert commented Sep 11, 2024

No description provided.

@pdenert pdenert merged commit ff7c218 into main Sep 11, 2024
1 check passed
Comment on lines +18 to +20
/// Signature for a function that checks if the request response is empty.
typedef EmptyChecker<TRes> = bool Function(TRes);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that used anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not used in this code, but it's useful when using this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants