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>
sendMsgToMainScreen(String method, {Map<String, dynamic>? params}) Future<void>
sendMsgToViceScreen(String method, {Map<String, dynamic>? params}) 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