Skip to content

Commit

Permalink
fix: Remove unnecessary methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Nov 10, 2022
1 parent f580805 commit a77eb59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ class FirestoreModelAdapter extends ModelAdapter {
);
}

@override
void setRawData(Map<String, DynamicMap> rawData) {
throw UnsupportedError("This adapter prohibits direct writing of RawData.");
}

@override
bool get availableListen => true;

Expand Down
2 changes: 1 addition & 1 deletion packages/katana_model_firestore/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ packages:
name: katana_model
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.2"
matcher:
dependency: transitive
description:
Expand Down

0 comments on commit a77eb59

Please sign in to comment.