replay abstract method

Future<void> replay({
  1. bool useGlobalController = true,
})

Restarts the video from the beginning.

Implementation

Future<void> replay({bool useGlobalController = true});