clear static method

Future<void> clear()

清空所有

Implementation

static Future<void> clear() async {
  await preferences.clear();
}