refactor(native-player): share player helpers

This commit is contained in:
edde746
2026-03-11 01:30:11 +01:00
parent 7543a8c55b
commit 666b59c293
23 changed files with 208 additions and 313 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class ThemeProvider extends ChangeNotifier {
}
}
static const _themeChannel = MethodChannel('app.plezy/theme');
static const _themeChannel = MethodChannel('com.plezy/theme');
Future<void> setThemeMode(settings.ThemeMode mode) async {
if (_themeMode != mode) {