Capacitor plugin for objectbox
npm install objectbox-capacitor
npx cap syncecho(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
upsert(options: { name: string; lat: number; lon: number; }) => Promise<{ id: number; }>| Param | Type |
|---|---|
options |
{ name: string; lat: number; lon: number; } |
Returns: Promise<{ id: number; }>