additional carplay changes
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user