MethodChannelEncryptionDecryptions class
An implementation of EncryptionDecryptionsPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- EncryptionDecryptionsPlatform
- MethodChannelEncryptionDecryptions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decryptdouble(
{required String key, required String data}) → Future< double?> -
override
-
decryptInt(
{required String key, required String data}) → Future< int?> -
override
-
decryptList(
{required String key, required String data}) → Future< List?> -
override
-
decryptMap(
{required String key, required String data}) → Future< Map?> -
override
-
decryptString(
{required String key, required String data}) → Future< String?> -
override
-
encryptdouble(
{required String key, required double data}) → Future< String?> -
double
override
-
encryptInt(
{required String key, required int data}) → Future< String?> -
int
override
-
encryptList(
{required String key, required List? data}) → Future< String?> -
List
override
-
encryptMap(
{required String key, required Map data}) → Future< String?> -
Map
override
-
encryptString(
{required String key, required String data}) → Future< String?> -
String
override
-
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