create abstract method

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

Implementation

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