FlutterThemisPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterThemisPlatform
Implementers

Constructors

FlutterThemisPlatform.new()
Constructs a FlutterThemisPlatform.

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

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

Operators

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

Static Properties

instance FlutterThemisPlatform
The default instance of FlutterThemisPlatform to use.
getter/setter pair