OverlayWindowsPlugin class

Properties

api OverlayWindowApi
final
hashCode int
The hash code for this object.
no setterinherited
messageStream Stream<OverlayMessage>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
touchEventStream Stream<OverlayMessage>
no setter

Methods

closeOverlayWindow(String overlayWindowId) Future<void>
isActive(String overlayWindowId) Future<bool>
isPermissionGranted() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(dynamic message) Future<void>
requestPermission() Future<void>
resize(String overlayWindowId, int width, int height) Future<void>
sendMessage(String overlayWindowId, dynamic message) Future
setFlags(String overlayWindowId, OverlayFlag flag) Future<void>
showOverlayWindow(String overlayWindowId, String entryPointName, OverlayWindowConfig config) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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