Skip to content

Instantly share code, notes, and snippets.

@ptruiz
Created October 12, 2020 22:50
Show Gist options
  • Save ptruiz/1c5eeaeb28b5c4323f59a4eb82d9a40e to your computer and use it in GitHub Desktop.
Save ptruiz/1c5eeaeb28b5c4323f59a4eb82d9a40e to your computer and use it in GitHub Desktop.
@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