I Am unable to use the firebase dynamic links plugin on flutter web.
When am trying to create a deep link it gives error:
Error: MissingPluginException(No implementation found for method DynamicLinkParameters#buildShortLink on channel plugins.flutter.io/firebase_dynamic_links)
at Object.throw_ [as throw] (http://localhost:49242/dart_sdk.js:5344:11)
at MethodChannel._invokeMethod (http://localhost:49242/packages/flutter/src/services/system_channels.dart.lib.js:962:21)
at _invokeMethod.next (<anonymous>)
at http://localhost:49242/dart_sdk.js:39201:33
at _RootZone.runUnary (http://localhost:49242/dart_sdk.js:39058:58)
at _FutureListener.thenAwait.handleValue (http://localhost:49242/dart_sdk.js:34044:29)
at handleValueCallback (http://localhost:49242/dart_sdk.js:34604:49)
at Function._propagateToListeners (http://localhost:49242/dart_sdk.js:34642:17)
at _Future.new.[_completeWithValue] (http://localhost:49242/dart_sdk.js:34484:23)
at async._AsyncCallbackEntry.new.callback (http://localhost:49242/dart_sdk.js:34507:35)
at Object._microtaskLoop (http://localhost:49242/dart_sdk.js:39345:13)
at _startMicrotaskLoop (http://localhost:49242/dart_sdk.js:39351:13)
at http://localhost:49242/dart_sdk.js:34858:9
Also while at init state when trying to handle dynamic links it gives a similar type error.
How to solve this? I need to create a dynamic link at least in my flutter web project.