getSession method
Get information about the current auth session. Requires auth.
Implementation
Future<XRPCResponse<ServerGetSessionOutput>> getSession({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoServerGetSession(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);