KayaVendorPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- KayaVendorPlatform
- Implementers
Constructors
- KayaVendorPlatform()
- Constructs a KayaVendorPlatform.
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
-
deviceSelfRegister(
) → Future< int> -
encrypt(
String data, String publicKey) → Future< String> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tagSelfGenerate(
) → Future< String> -
tagValidate(
String tag, String hw) → Future< int> -
toString(
) → String -
A string representation of this object.
inherited
-
totpGenerate(
String seed, int t0, int digits) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ KayaVendorPlatform
-
The default instance of KayaVendorPlatform to use.
getter/setter pair