ModernFormVideoHelper class

Constructors

ModernFormVideoHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

download(String url, [void onBytesReceived(int?, int)?, bool? force]) Future<Uint8List?>
downloadFromYoutube(String url, [void onBytesReceived(int, int)?, bool? force]) Future<Uint8List?>
downloadWithProgress(String url) Future<Uint8List?>
getDownLoadLength(String url) Future<int?>
getYoutubeDownLoadLength(String url) Future<int?>
isYoutubeUrl(String url) bool
shareVideo(Uint8List bytes, String text) Future<void>
shareVideoFromUrl(String url, String text) Future<void>
simpleDownload(String url) Future<Uint8List?>