IdentomatFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IdentomatFlutterPlatform
- Implementers
Constructors
- IdentomatFlutterPlatform()
- Constructs a IdentomatFlutterPlatform.
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
-
finish(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBaseUrl(
String baseUrl) → Future< void> -
setCallback(
VoidCallback callback) → void -
setColors(
Map< String, dynamic> colors) → Future<void> -
setStrings(
Map< String, dynamic> strings) → Future<void> -
setVariables(
Map< String, dynamic> variables) → Future<void> -
start(
String sessionKey) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IdentomatFlutterPlatform
-
The default instance of IdentomatFlutterPlatform to use.
getter/setter pair