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 12:46:33 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c36cb10af1196abb17b67692bb87a721f8fcac4
5c36cb10
1 parent
8113073c
using super.onClose()
Hide 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 @
5c36cb1
@@ -172,6 +172,7 @@ class Controller extends GetxController {
@@ -172,6 +172,7 @@ class Controller extends GetxController {
172
172
173
@override
173
@override
174
void
onClose
()
{
174
void
onClose
()
{
175
+
super
.
onClose
();
175
print
(
'onClose'
);
176
print
(
'onClose'
);
176
}
177
}
177
}
178
}
Please
register
or
login
to post a comment