capprint Add Printing to Capacitor Install npm install capprint npx cap sync API echo(...) nativePrint() echo(...) echo(options: { value: string; }) => Promise<{ value: string; }> Param Type options { value: string; } Returns: Promise<{ value: string; }> nativePrint() nativePrint() => void