Skip to content

Commit e711714

Browse files
fix: appease analyzer
Co-authored-by: MasterMarcoHD <MasterMarcoHD@users.noreply.github.com>
1 parent ad45268 commit e711714

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/shared/utils/serialization_codec.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/// JSON-like payload map.
22
///
33
/// {@category shared}
4-
54
typedef JsonMap = Map<String, Object?>;
65

76
/// Converts between runtime data and serialized wire payload.
87
///
98
/// {@category shared}
10-
119
abstract class SerializationCodec<Data, Serialized extends Object> {
1210
/// Converts between runtime data and serialized wire payload.
1311
const SerializationCodec();

test/shared/harness/primitives_test_harness.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class TestKey<T> implements StorageKey {
4646
'compatVersion': compatVersion,
4747
};
4848

49+
@override
4950
String asStorageKey() {
5051
return StorageKey(
5152
namespace: namespace,

0 commit comments

Comments
 (0)