write<T> abstract method

Future<void> write<T>(
  1. String key,
  2. T value
)

Write on the localStorage

Implementation

Future<void> write<T>(String key, T value);