FlutterAppSecurityDetectedConfig class
FlutterAppSecurityDetectedConfig
App can set default dialog UI or make change something.
Constructors
- FlutterAppSecurityDetectedConfig.new()
-
factory
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
-
getCallback(
) → dynamic Function(bool jailbroken, bool developerMode)? -
getTextBodyStyle(
) → TextStyle? -
getTextButtonStyle(
) → TextStyle? -
getTextTitleStyle(
) → TextStyle? -
isAllowSecurityDetected(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
securityDetectedMessage(
) → String -
securityDetectedTitle(
) → String -
securityDetectedTitleButton(
) → String -
setConfig(
{bool allowSecurityDetected = false, String securityDetectedTitle = "Security Detected", String securityDetectedMessage = "This application will not run while a jailbreak or in development mode.", String securityDetectedTitleButton = "Quit", TextStyle? textTitleStyle, TextStyle? textBodyStyle, TextStyle? textButtonStyle, dynamic callback(bool jailbroken, bool developerMode)?}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited