Firebase dynamic links Plugin for Capacitor
npm install @sencrop/capacitor-firebase-dynamic-links
npx cap sync
'deepLinkOpen'
|
| **`listenerFunc`** | (data: DeepLinkOpen) => void
|
**Returns:** PluginListenerHandle
--------------------
### Interfaces
#### PluginListenerHandle
| Prop | Type |
| ------------ | ----------------------------------------- |
| **`remove`** | () => Promise<void>
|
#### DeepLinkOpen
| Prop | Type |
| --------- | ------------------- |
| **`url`** | string
|