You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
4. To receive a dynamic link, call the `getLaunchLink()` method from `FirebaseDynamicLinks` which gets the link that opened the app (or null if it was not opened via a dynamic link)
101
-
and configure listeners for link callbacks when the application is active or in background calling `configure`.
101
+
and configure listeners for link callbacks when the application is active or in background calling `onLink`.
102
102
103
103
```dart
104
104
void main() {
@@ -129,15 +129,15 @@ class MyHomeWidgetState extends State<MyHomeWidget> {
0 commit comments