multiplatform_key_value_store
multiplatform_key_value_store copied to clipboard
Fix type error
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