TalsecApp class

Wrapper of general config and general callbacks.

Sends and receive data from native side, decides which callbacks should be called.

Constructors

TalsecApp({required TalsecConfig? config, required TalsecCallback? callback})
Constructor checks whether config and callback are provided. Both arguments are MANDATORY. Callback can be provided just as empty TalsecCallback object.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Prepares necessary infrastructure to communicate with native side and launches Talsec on native to check device for threats.
toString() String
A string representation of this object.
inherited

Operators

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