dispose method

void dispose()

Disposes this PostItem.

Implementation

void dispose() {
  video.value?.dispose();
}