stopReels method

dynamic stopReels()

Implementation

stopReels() async {
  await videoController.pause();
}