getDeepLink method

Future<String?> getDeepLink({
  1. required String widgetId,
})
inherited

Implementation

Future<String?> getDeepLink({required String widgetId}) {
  throw UnimplementedError('getDeepLink() has not been implemented.');
}