Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Nicolas Lopez
2020-12-17 10:41:34 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0adec95e126501388abda894786051c6e380371
e0adec95
1 parent
f89d8685
Remove unnecesary @mustCallSuper anotation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/get_state_manager/src/rx_flutter/rx_disposable.dart
lib/get_state_manager/src/rx_flutter/rx_disposable.dart
View file @
e0adec9
...
...
@@ -24,7 +24,6 @@ abstract class DisposableInterface extends GetLifeCycle {
/// navigation events, like snackbar, dialogs, or a new route, or
/// async request.
@override
@mustCallSuper
void
onReady
()
{
super
.
onReady
();
}
...
...
Please
register
or
login
to post a comment