MethodChannelTianboPlugin class

An implementation of TianboPluginPlatform that uses method channels.

Inheritance

Constructors

MethodChannelTianboPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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