getStarterPacksWithMembership method
Enumerates the starter packs created by the session user, and includes membership information about actor
in those starter packs. Requires auth.
Implementation
Future<XRPCResponse<GraphGetStarterPacksWithMembershipOutput>>
getStarterPacksWithMembership({
required String actor,
int? limit,
String? cursor,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyGraphGetStarterPacksWithMembership(
actor: actor,
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);