@override Future<void> seekTo(Duration position) async { const method = BestPlayerMethods.seekTo; await methodChannel.invokeMethod<String>(method, position.inSeconds); }