Committed by
GitHub
Merge pull request #924 from unacorbatanegra/master
Remove unnecesary @mustCallSuper anotation
Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -24,7 +24,6 @@ abstract class DisposableInterface extends GetLifeCycle { | @@ -24,7 +24,6 @@ abstract class DisposableInterface extends GetLifeCycle { | ||
| 24 | /// navigation events, like snackbar, dialogs, or a new route, or | 24 | /// navigation events, like snackbar, dialogs, or a new route, or | 
| 25 | /// async request. | 25 | /// async request. | 
| 26 | @override | 26 | @override | 
| 27 | - @mustCallSuper | ||
| 28 | void onReady() { | 27 | void onReady() { | 
| 29 | super.onReady(); | 28 | super.onReady(); | 
| 30 | } | 29 | } | 
- 
Please register or login to post a comment