storeString function

dynamic storeString(
  1. String k,
  2. dynamic v
)

Implementation

storeString(String k, v) async {
   storeKV(k, v);
}