NoTapjackSafeNoop class

Safe no-op implementation of NoTapjackPlatform for platforms where tapjacking is not a real threat (web, macOS, Windows, Linux).

Always reports no overlay detected. All methods are safe no-ops.

Inheritance

Constructors

NoTapjackSafeNoop()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapjackStream Stream<TapjackSnapshot>
Stream of TapjackSnapshot events reflecting overlay state changes.
no setteroverride

Methods

disableFilterTouches() Future<bool>
Disables filterTouchesWhenObscured, re-allowing touches while the window is obscured.
override
enableFilterTouches() Future<bool>
Enables filterTouchesWhenObscured so Android discards touches while the window is obscured.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startListening() Future<void>
Starts monitoring for overlay attacks.
override
stopListening() Future<void>
Stops monitoring for overlay attacks.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith([dynamic registrar]) → void
Registers this class as the platform instance.