write<T> method

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

Implementation

void write<T>(String key, T value) {
  _box.write(key, value);
}