AudiosApi class

Constructors

AudiosApi.new()

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>
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>
updateAudio(String json, Map<String, dynamic> args) Future<String>

Operators

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