downloadArquive static method

Future<void> downloadArquive(
  1. String url
)

Implementation

static Future<void> downloadArquive(String url) {
  return ModernFormViewVideoPlatformHelper.downloadArquive(url);
}