Storage$Typings extension

on

Properties

clear ↔ void Function()
getter/setter pair
getItem String? Function(String)
getter/setter pair
key String? Function(num)
getter/setter pair
length num
Returns the number of key/value pairs currently present in the list associated with the object.
no setter
removeItem ↔ void Function(String)
getter/setter pair
setItem ↔ void Function(String, String)
getter/setter pair

Operators

operator [](String index) → dynamic
operator []=(String index, dynamic value) → void