Bildschirmaufnahme.2023-08-23.um.18.19.48.mov
This is a demo plugin to practice creating a capacitor plugin
npm install capacitor-plugin-video-demo
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
playVideo(video: string) => Promise<void>
Param | Type |
---|---|
video |
string |