getDrafts method
Gets views of user drafts. Requires authentication.
Implementation
Future<XRPCResponse<DraftGetDraftsOutput>> getDrafts({
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyDraftGetDrafts(
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);