dispose method
void
dispose()
Dispose all owned notifiers. Call when the screen is removed.
Implementation
void dispose() {
currentPage.dispose();
highlightedAyah.dispose();
chromeVisible.dispose();
}
Dispose all owned notifiers. Call when the screen is removed.
void dispose() {
currentPage.dispose();
highlightedAyah.dispose();
chromeVisible.dispose();
}