IminViceScreenPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IminViceScreenPlatform
- Implementers
Constructors
- IminViceScreenPlatform()
- Constructs a IminViceScreenPlatform.
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
-
checkOverlayPermission(
) → Future< bool?> -
doubleScreenCancel(
) → Future< void> -
doubleScreenOpen(
) → Future< void> -
initMainChannel(
StreamController< MethodCall> ? mainStreamController) → void -
initViceChannel(
StreamController< MethodCall> ? viceStreamController) → void -
isSupportMultipleScreen(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestOverlayPermission(
) → Future< void> -
sendLCDBitmap(
dynamic byte, {IminPictureStyle? pictureStyle}) → Future< void> -
sendLCDCommand(
LCDCommand command) → Future< void> -
sendLCDDoubleString(
{required String topText, required String bottomText}) → Future< void> -
sendLCDMultiString(
{required List< String> contents, required List<int> aligns}) → Future<void> -
sendLCDString(
String string) → Future< void> -
sendMsgToMainScreen(
String method, {Map< String, dynamic> ? params}) → Future<void> -
sendMsgToViceScreen(
String method, {Map< String, dynamic> ? params}) → Future<void> -
setTextSize(
int size) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IminViceScreenPlatform
-
The default instance of IminViceScreenPlatform to use.
getter/setter pair