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
Gabriel Rohden
2020-09-07 11:57:05 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8006058f7cd304c01d6ac6d9305e82bb2105fa6b
8006058f
1 parent
48797957
fix: Use FutureOr for onClose return to avoid breaking old type signatures
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/state_manager/rx/rx_core/rx_interface.dart
lib/src/state_manager/rx/rx_core/rx_interface.dart
View file @
8006058
...
...
@@ -89,7 +89,7 @@ abstract class DisposableInterface {
/// Or dispose objects that can potentially create some memory leaks,
/// like TextEditingControllers, AnimationControllers.
/// Might be useful as well to persist some data on disk.
Future
onClose
()
async
{}
Future
Or
onClose
()
async
{}
}
/// Used like [SingleTickerProviderMixin] but only with Get Controllers.
...
...
Please
register
or
login
to post a comment