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

Method nextPageToken

packages/firebase-storage/index.android.ts:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 get nextPageToken(): string {
195 return this.native.getPageToken?.();
196 }
197
198 get prefixes(): Reference[] {
199 const items = this.native.getPrefixes?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected