remove static method

Future<bool> remove(
  1. String key
)

移除sp中key的值

Implementation

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