[web] Fix trivial type issue. (flutter/engine#40956)
This commit is contained in:
@@ -15,7 +15,7 @@ import '../dom.dart';
|
||||
@JS('window.__flutterState')
|
||||
external JSArray? get _hotRestartStore;
|
||||
List<Object?>? get hotRestartStore =>
|
||||
_hotRestartStore?.toObjectShallow as List<Object>?;
|
||||
_hotRestartStore?.toObjectShallow as List<Object?>?;
|
||||
|
||||
@JS('window.__flutterState')
|
||||
external set _hotRestartStore(JSArray? nodes);
|
||||
|
||||
Reference in New Issue
Block a user