clearAnyVideo method

Future<void> clearAnyVideo()

Implementation

Future<void> clearAnyVideo() async {
  _overlayHelper.popHelper();
}