remove method

Future<bool> remove(
  1. String key
)

Implementation

Future<bool> remove(String key) => sp.remove(key);