Future<void> seek(Duration target) async { await _channel!.invokeMethod(Methods.seek, target.inMilliseconds); }