getPlaylistSize method

Future<int> getPlaylistSize()

Implementation

Future<int> getPlaylistSize() {
  return getProperty<int>('playlist-count');
}