We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9e8eb commit 0348cb5Copy full SHA for 0348cb5
1 file changed
packages/fleather/lib/src/widgets/embed_registry.dart
@@ -44,7 +44,7 @@ class EmbedRegistry {
44
if (_registry.containsKey(config.key)) {
45
throw ArgumentError('${config.key} was already registered');
46
}
47
- return EmbedRegistry._(Map.from(this._registry)..[config.key] = config);
+ return EmbedRegistry._(Map.from(_registry)..[config.key] = config);
48
49
50
/// Retrieve from registry the [SpanEmbedConfiguration] corresponding to a
0 commit comments