diff --git a/src/@ionic-native/plugins/firebase-dynamic-links/index.ts b/src/@ionic-native/plugins/firebase-dynamic-links/index.ts index 03a0361487..1477c748c0 100644 --- a/src/@ionic-native/plugins/firebase-dynamic-links/index.ts +++ b/src/@ionic-native/plugins/firebase-dynamic-links/index.ts @@ -97,6 +97,17 @@ export interface ILinkOptions { }) @Injectable() export class FirebaseDynamicLinks extends IonicNativePlugin { + /** + * Determines if the app has a pending dynamic link and provides access to the dynamic link parameters. + * @return {Promise} Returns a promise + */ + @Cordova({ + otherPromise: true, + }) + getDynamicLink(): Promise { + return; + } + /** * Registers callback that is triggered on each dynamic link click. * @return {Observable} Returns an observable