We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63de33 commit 36a0686Copy full SHA for 36a0686
README.md
@@ -16,12 +16,18 @@ Safe Data Leakage via Application Background Screenshot and Prevent Screenshot f
16
await ScreenProtector.protectDataLeakageWithImage('LaunchImage');
17
```
18
19
-- Protect data leakage with color
+- Protect data leakage with color ON
20
21
```dart
22
await ScreenProtector.protectDataLeakageWithColor(Colors.white);
23
24
25
+- Protect data leakage with color OFF
26
+
27
+```dart
28
+await ScreenProtector.protectDataLeakageWithColorOff();
29
+```
30
31
- Protect data leakage with blur ON
32
33
0 commit comments