getDownLoadLength static method

Future<int?> getDownLoadLength(
  1. String url
)

Implementation

static Future<int?> getDownLoadLength(String url) =>
    ModernFormDownloadPlatformHelper.getDownLoadLength(url);