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

Method nextPageToken

packages/firebase-storage/index.ios.ts:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 get nextPageToken(): string {
228 return this.native.pageToken;
229 }
230
231 get prefixes(): Reference[] {
232 const items = this.native.prefixes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected