saveData method

dynamic saveData(
  1. T t
)

Implementation

saveData(T t){
  _getStorage.write(key, t);
}