dispose method
void
dispose()
Remember to call dispose when the story screen is disposed to close the notifier stream.
Implementation
void dispose() {
playbackNotifier.close();
}
Remember to call dispose when the story screen is disposed to close the notifier stream.
void dispose() {
playbackNotifier.close();
}