multiplatform_key_value_store icon indicating copy to clipboard operation
multiplatform_key_value_store copied to clipboard

Fix type error

Open sakebook opened this issue 6 years ago • 0 comments

The actual return value of getKeys function caused a type error in List.

Expected a value of type 'Set<String>', but got one of type 'List<String>'

It corrected by setting what returned in List as Set.

https://github.com/dart-lang/sdk/blob/master/sdk/lib/html/dart2js/html_dart2js.dart

sakebook avatar Jul 15 '19 12:07 sakebook