update abstract method

Future<bool> update(
  1. String key,
  2. String item
)

Implementation

Future<bool> update(String key, String item);