VideosApi class

Constructors

VideosApi()

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

create(Map<String, String>? args) Future<String?>
destroy(String videoTokenOrKey) Future<String?>
get(String videoTokenOrKey) Future<String?>
getImageUrl(String videoTokenOrKey) Future<String?>
getVideoUrl(String videoTokenOrKey) Future<String?>
index(Map<String, String>? args) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String json) Future<String?>
updateVideo(String json, Map<String, dynamic>? map) Future<String?>

Operators

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