remove static method

Future<bool> remove(
  1. dynamic key
)

Implementation

static Future<bool> remove(key) async => (await _sp).remove(key);