Capacitor Plugin for Borther Printer SDK
npm install cha-brother-label-printer
npx cap syncecho(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
getContacts(filter: string) => Promise<{ results: any[]; }>| Param | Type |
|---|---|
filter |
string |
Returns: Promise<{ results: any[]; }>