chore: Update MPV package to latest version (#165)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-11-28 21:42:40 +01:00 committed by GitHub
parent da354437e3
commit a518ae457e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 209 additions and 133 deletions

View file

@ -14,7 +14,7 @@ class SMTCWindows {
bool? enabled,
});
get buttonPressStream => null;
late final Stream<PressedButton> buttonPressStream;
Future<void> updateConfig(SMTCConfig config) async {}