get method Null safety
- String key
Get the value for a key from storage namespace
Implementation
dynamic get(String key) {
return box.read(key);
}
Get the value for a key from storage namespace
dynamic get(String key) {
return box.read(key);
}