FlutterYsdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterYsdkPlatform
Implementers

Constructors

FlutterYsdkPlatform()
Constructs a FlutterYsdkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
nfcStatus Stream<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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