From ebbf25ea22393b5407bc11fb5fe38c4d501e0443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fonkam?= Date: Sat, 20 Jul 2024 17:25:22 -0400 Subject: [PATCH] format --- lib/no_screenshot.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/no_screenshot.dart b/lib/no_screenshot.dart index b1ad0f9..f9469ad 100644 --- a/lib/no_screenshot.dart +++ b/lib/no_screenshot.dart @@ -68,7 +68,7 @@ class NoScreenshot implements NoScreenshotPlatform { runtimeType == other.runtimeType && _instancePlatform == other._instancePlatform; } - + @override int get hashCode => _instancePlatform.hashCode; }