ObslyScreenshotAnonymizer class
Simple screenshot anonymizer - just blur all text
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
anonymizeScreenshot(
{required Uint8List imageBytes, required BuildContext context, required double devicePixelRatio}) → Future< Uint8List?> - Simple anonymization - blur all text if enabled
-
configure(
AnonymizationConfig? config) → void - Configure anonymization - just on/off
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → ObslyScreenshotAnonymizer
-
no setter