fetchEntitlements abstract method
Implementation
Future<List<Entitlement>> fetchEntitlements(
Object applicationId, {
Object? userId,
List<Object>? skuIds,
Object? guildId,
bool? excludeEnded,
int? limit,
Object? before,
Object? after,
});