buildLink method

Future<Uri> buildLink(
  1. DynamicLinkParameters parameters
)

Generate a long Dynamic Link URL.

Implementation

Future<Uri> buildLink(DynamicLinkParameters parameters) async {
  throw UnimplementedError('buildLink() is not implemented');
}