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
Frank Moreno
2020-10-17 09:09:56 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
523a96ecf175b7be2c13d55220df2f001ed336e7
523a96ec
1 parent
65adbed3
Adding @override to onClose
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
example/test/main_test.dart
example/test/main_test.dart
View file @
523a96e
@@ -170,6 +170,7 @@ class Controller extends GetxController {
@@ -170,6 +170,7 @@ class Controller extends GetxController {
170
super
.
onReady
();
170
super
.
onReady
();
171
}
171
}
172
172
173
+
@override
173
void
onClose
()
{
174
void
onClose
()
{
174
print
(
'onClose'
);
175
print
(
'onClose'
);
175
}
176
}
Please
register
or
login
to post a comment