clear static method

Future<bool> clear()

清除sp

Implementation

static Future<bool> clear() {
  return _preferences.clear();
}