MethodChannelFlutterThemis class

An implementation of FlutterThemisPlatform that uses method channels.

Inheritance

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

AddCustomField(String key, String value) Future<void>
override
getPlatformVersion() Future<String?>
override
InitReportException<T>(T callback(), {int type = 1, bool isSync = false}) Future<void>
override
InitTHEMISWithID(String appid) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReportCustomMessage(String message) Future<void>
override
ReportCustomMessageWithTag(String name, String reason, String message, int type, bool isSync) Future<void>
override
ReportException(String name, String reason, String message, int type, bool isSync) Future<void>
override
setExitOrKillCallback() Future<void>
override
setNativeCrashCallback(nativeCrashCallback callback) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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