update method
Writes multiple values to the Database at once.
Implementation
external JSPromise update(
JSObject values, [
// (a: Error | null) => void
JSFunction onComplete,
]);
Writes multiple values to the Database at once.
external JSPromise update(
JSObject values, [
// (a: Error | null) => void
JSFunction onComplete,
]);