TianboPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TianboPluginPlatform
Implementers

Constructors

TianboPluginPlatform()
Constructs a TianboPluginPlatform.

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

closeReader() Future<void>
hideNavigationBar() Future<void>
hideStatusBar() Future<void>
installApp(String appPath, String packageName) Future<void>
isOpen() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openReader() Future<bool>
readCard() Future<Map?>
reboot() Future<void>
showNavigationBar() Future<void>
showStatusBar() Future<void>
shutdown() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance TianboPluginPlatform
The default instance of TianboPluginPlatform to use.
getter/setter pair