getYoutubeDownLoadLength static method

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

Implementation

static Future<int?> getYoutubeDownLoadLength(String url) =>
    ModernFormVideoPlatformHelper.getYoutubeDownLoadLength(url);