Skip to content

Instantly share code, notes, and snippets.

View alexastrum's full-sized avatar

Alex Astrum alexastrum

View GitHub Profile
@override
void initState() {
deepLinkSubscription = getLinksStream().listen((String link) {
loginWithGitHub(link);
}, cancelOnError: true);
super.initState();
}
//...