4 lines
219 B
JavaScript
4 lines
219 B
JavaScript
|
|
// Native-only plugin — the web app calls window.Capacitor.Plugins.AudioRoute directly (it loads the UI from
|
||
|
|
// a remote URL, so nothing here is bundled). This stub only exists so the npm package resolves.
|
||
|
|
export {};
|