Created
October 12, 2020 22:50
-
-
Save ptruiz/1c5eeaeb28b5c4323f59a4eb82d9a40e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@override | |
void dispose() { | |
if (deepLinkSubscription != null) { | |
deepLinkSubscription.cancel(); | |
deepLinkSubscription = null; | |
} | |
super.dispose(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment