NWindow class
Methods
-
deleteCachedVideos({List<String>? videoNames, required bool mode, required List<String> identifiers})
→ Future<List<Map<String, dynamic>>>
-
-
downloadVideos(List<String> urls, {List? identifiers, bool waitAll = true})
→ Future<List<Map<String, dynamic>>>
-
-
downloadVideosSequential(List<String> urls, {List? identifiers, bool waitAll = true})
→ Future<List<Map<String, dynamic>>>
-
-
getRandomString({int minLength = 3, int maxLength = 5})
→ String
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
startWebServerIfNeeded()
→ Future<void>
-
-
stopWebServer()
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited