FlutterYsdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterYsdkPlatform
- Implementers
Constructors
- FlutterYsdkPlatform()
- Constructs a FlutterYsdkPlatform.
Properties
Methods
-
bind(
) → Future< bool> -
getDeviceInfo(
) → Future< Map< String, String> ?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printText(
String text) → Future< bool> -
searchCpuRfCard(
) → Future< String?> -
searchCpuTypeA(
) → Future< String?> -
searchNtag(
) → Future< String?> -
stopSearch(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterYsdkPlatform
-
The default instance of FlutterYsdkPlatform to use.
getter/setter pair