This commit is contained in:
Mark Cooper
2021-09-01 20:07:11 -05:00
commit 0fef23e47b
106 changed files with 18798 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import { registerPlugin } from '@capacitor/core';
const MyNativeAudio = registerPlugin('MyNativeAudio');
export default MyNativeAudio;