additional carplay changes

This commit is contained in:
2026-05-17 18:35:16 -07:00
parent b8e86263d9
commit c523d0121f
3 changed files with 33 additions and 27 deletions
+4 -2
View File
@@ -57,7 +57,9 @@ class CarPlayBridge {
case 'getStateSnapshot':
return _snapshot();
default:
throw MissingPluginException('Unknown CarPlay bridge method: ${call.method}');
throw MissingPluginException(
'Unknown CarPlay bridge method: ${call.method}',
);
}
}
@@ -74,4 +76,4 @@ class CarPlayBridge {
// Keep playback working even if native sync temporarily fails.
}
}
}
}