FlutterLyraAndroid class

The Android implementation of FlutterLyraPlatform.

Inheritance
  • Object
  • PlatformInterface
  • FlutterLyraAndroid

Constructors

FlutterLyraAndroid()

Properties

hashCode int
The hash code for this object.
no setterinherited
lyraHostApi ↔ LyraHostApi
The default instance of LyraHostApi to use
getter/setter pairinherited
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

getFormTokenVersion() Future<int>
inherited
initialize({required String publicKey, required LyraInitializeOptionsInterface options}) Future<LyraKeyInterface>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseError(Object error, StackTrace stackTrace) → Never
method used to parse the error on the differents platform
process(String formToken, {Duration? timeout}) Future<String>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void
Registers this class as the default instance of FlutterLyraPlatform