Renamed variable

This commit is contained in:
PartyDonut 2025-07-28 22:00:21 +02:00
parent 2f83f03442
commit 0bdf123d15
5 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@ abstract class BasePlayer {
);
Widget? subtitles(
bool showOverlay, {
GlobalKey? menuKey,
GlobalKey? controlsKey,
});
Future<void> dispose();
Future<void> open(String url, bool play);