清空所有存储的键值。
@override Future<void> deleteAllValues() async { _mmkv.clearAll(); // 保持接口一致,返回 Future return Future.value(); }