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