getClaim abstract method

Future<Claim?> getClaim(
  1. String id
)

Get a claim by ID.

Implementation

Future<Claim?> getClaim(String id);