MethodChannelIdentomatFlutter class
An implementation of IdentomatFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- IdentomatFlutterPlatform
- MethodChannelIdentomatFlutter
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
-
finish(
) → Future< void> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBaseUrl(
String baseUrl) → Future< void> -
override
-
setCallback(
VoidCallback callback) → void -
override
-
setColors(
Map< String, dynamic> colors) → Future<void> -
override
-
setStrings(
Map< String, dynamic> strings) → Future<void> -
override
-
setVariables(
Map< String, dynamic> variables) → Future<void> -
override
-
start(
String sessionKey) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited