getRecommendedDidCredentials method
Implementation
Future<core.XRPCResponse<DidCredentials>> getRecommendedDidCredentials({
Map<String, String>? headers,
}) async =>
await _ctx.get(
ns.comAtprotoIdentityGetRecommendedDidCredentials,
headers: headers,
to: DidCredentials.fromJson,
);