clearPlaylist method

void clearPlaylist()

Implementation

void clearPlaylist() {
  if (_engine == ffi.nullptr) return;
  _clearPlaylist(_engine);
}