Skip to content

Commit

Permalink
Make SubscriptionSet an abstract interface class
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jul 5, 2024
1 parent a545468 commit cb71216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/lib/src/subscription.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ enum SubscriptionSetState {
/// Realm is an expensive operation server-side, even if there's very little data that needs
/// downloading.
/// {@category Sync}
sealed class SubscriptionSet with Iterable<Subscription> {
abstract interface class SubscriptionSet with Iterable<Subscription> {
final Realm _realm;
SubscriptionSetHandle _handle;

Expand Down

0 comments on commit cb71216

Please sign in to comment.