shareArquive static method

void shareArquive(
  1. String path,
  2. String? url
)

Implementation

static void shareArquive(String path, String? url) {
  return ModernFormViewVideoPlatformHelper.shareArquive(path, url);
}