set method
Writes data to this Database location.
Implementation
external JSPromise set(
JSAny? value, [
// (a: Error | null) => void
JSFunction onComplete,
]);
Writes data to this Database location.
external JSPromise set(
JSAny? value, [
// (a: Error | null) => void
JSFunction onComplete,
]);