hideSubtitle method

Future<void> hideSubtitle()

hide the subtitle.

Implementation

Future<void> hideSubtitle() async {
  _isSub = false;
  _notify();
}