deleteSession method
Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').
Implementation
Future<XRPCResponse<EmptyData>> deleteSession({
String? $service,
Map<String, String>? $headers,
}) async => await comAtprotoServerDeleteSession(
$ctx: ctx,
$service: $service,
$headers: $headers,
);