startReels method

dynamic startReels()

Implementation

startReels() async {
  await videoController.play();
}