FlutterBShieldCallback class
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decryptData(
Uint8List ciphertext) → Future< Uint8List> -
decryptRemoteData(
Uint8List ciphertext) → Future< Uint8List> -
encryptData(
Uint8List plaintext) → Future< Uint8List> -
encryptRequest(
String url, Uint8List body, String method) → Future< Uint8List> -
generateSignature(
String url, Uint8List body, String method) → Future< Uint8List> -
getBoolean(
String key) → Future< bool> -
getInteger(
String key) → Future< int> -
getShieldCode(
) → Future< int> -
getString(
String key) → Future< String> -
insertParameter(
String key, String value) → Future< void> -
readAssets(
String fileName) → Future< Uint8List> -
readData(
) → Future< Uint8List> -
readFile(
String filePath) → Future< Uint8List> -
removeAll(
) → Future< void> -
removeKey(
String key) → Future< void> -
retry(
) → Future< void> -
saveFile(
String filePath, Uint8List content) → Future< void> -
setBoolean(
String key, bool value) → Future< void> -
setInteger(
String key, int value) → Future< void> -
setString(
String key, String value) → Future< void> -
updateConfig(
) → Future< void>