setWithPriority method
Writes data the Database location. Like set()
but also specifies the
priority for that data.
Implementation
external JSPromise setWithPriority(
JSAny? newVal,
JSAny? newPriority, [
// (a: Error | null) => void
JSFunction onComplete,
]);