@override Future<void> removeItem() async { try { await delete(_key); } catch (e) { debugPrint('[$runtimeType] removeItem error: $e'); } }