MCPcopy Create free account
hub / github.com/NativeScript/firebase / addToResumeQueue

Method addToResumeQueue

packages/firebase-core/index.ios.ts:265–270  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

263export class Firebase {
264 static _onResumeQueue = [];
265 static addToResumeQueue(callback: () => void) {
266 if (typeof callback !== 'function') {
267 return;
268 }
269 Firebase._onResumeQueue.push(callback);
270 }
271 static addToActivityCreatedQueue(callback: () => void) {
272 // noop
273 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected