Commit ce5aabe
authored
Remove unused onPuase method that does not have a page (#4318)
If you search onPause method it doesn't have a page on
https://pub.dev/documentation/hooks_riverpod/latest/hooks_riverpod/Ref/onPause.html
So It's confusing to read about this unimplemented method
## Related Issues
fixes #your-issue-number
<!--
Update to link the issue that is going to be fixed by this.
Unless this concerns documentation, make sure to create an issue first
before raising a PR.
You do not need to describe what this PR is doing, as this should
already be covered by the associated issue.
If the linked issue isn't enough, then chances are a new issue
is needed.
Don't hesitate to create many issues! This can avoid working
on something, only to have your PR closed or have to be rewritten
due to a disagreement/misunderstanding.
-->
## Checklist
Before you create this PR confirm that it meets all requirements listed
below by checking the relevant checkboxes (`[x]`).
- [ ] I have updated the `CHANGELOG.md` of the relevant packages.
Changelog files must be edited under the form:
```md
## Unreleased fix/major/minor
- Description of your change. (thanks to @yourgithubid)
```
- [ ] If this contains new features or behavior changes,
I have updated the documentation to match those changes.1 parent 0deb5d7 commit ce5aabe
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | 403 | | |
405 | | - | |
| 404 | + | |
0 commit comments