getPendingClaims method

Future<List<Map<String, dynamic>>> getPendingClaims()

StoreKit purchases the current user could claim from another ZeroSettle account.

Implementation

Future<List<Map<String, dynamic>>> getPendingClaims() {
  throw UnimplementedError('getPendingClaims() has not been implemented.');
}