backpackRead<T> function
Read data from the Backpack with a key
.
Implementation
backpackRead<T>(String key, {dynamic defaultValue}) =>
Backpack.instance.read<T>(key, defaultValue: defaultValue);
Read data from the Backpack with a key
.
backpackRead<T>(String key, {dynamic defaultValue}) =>
Backpack.instance.read<T>(key, defaultValue: defaultValue);