PlaylistRepo class

Constructors

PlaylistRepo([AppApi? api])
factory

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
v2_addItemToPlaylist(dynamic params) Future<PlaylistItemModel?>
v2_addScheduleForPlaylist(dynamic params) Future<bool>
v2_createPlaylistFromPro(dynamic params) Future<PlaylistModel?>
v2_deletePlaylistFromPro(dynamic params) Future<bool>
v2_getItemContentFromPlaylist(dynamic params) Future<List<PlaylistItemModel>>
v2_getPlaylistFromPro(dynamic params) Future<List<PlaylistModel>>
v2_getPlaylistsFromTerminal(dynamic params) Future<List<PlaylistModel>>
v2_linkPlaylistToTerminalForPro(dynamic params) Future<bool>
v2_removeItemFromPlaylist(dynamic params) Future<bool>
v2_removeScheduleForPlaylist(dynamic params) Future<bool>
v2_updateOrderItemsFromPlaylist(dynamic params) Future<bool>
v2_updateScheduleForPlaylist(dynamic params) Future<bool>

Operators

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