seekForward method

Future<bool> seekForward(
  1. int seconds, [
  2. String? player
])

Implementation

Future<bool> seekForward(int seconds, [String? player]) =>
    _playbackController.seekForward(seconds, player);