delete abstract method

String? delete(
  1. String key
)

Deletes a value synchronously from storage.

Implementation

String? delete(String key);