Skip to content

Commit 36a0686

Browse files
authored
Update README.md
1 parent a63de33 commit 36a0686

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ Safe Data Leakage via Application Background Screenshot and Prevent Screenshot f
1616
await ScreenProtector.protectDataLeakageWithImage('LaunchImage');
1717
```
1818

19-
- Protect data leakage with color
19+
- Protect data leakage with color ON
2020

2121
```dart
2222
await ScreenProtector.protectDataLeakageWithColor(Colors.white);
2323
```
2424

25+
- Protect data leakage with color OFF
26+
27+
```dart
28+
await ScreenProtector.protectDataLeakageWithColorOff();
29+
```
30+
2531
- Protect data leakage with blur ON
2632

2733
```dart

0 commit comments

Comments
 (0)