Get an array of Drafts that have been submitted publicly on this device.
const drafts = await draftService.getPublicDrafts() Copy
const drafts = await draftService.getPublicDrafts()
Get an array of Drafts that have been submitted publicly on this device.
Example