shareUrl static method

void shareUrl(
  1. String? url
)

Implementation

static void shareUrl(String? url) {
  return ModernFormViewVideoPlatformHelper.shareUrl(url);
}