MethodChannelOverlayKeeb class

Method channel implementation for the overlay keyboard plugin.

This class handles all the communication with platform-specific code through the Flutter method channel mechanism.

Inheritance

Properties

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

Methods

getPlatformVersion() Future<String?>
Retrieves the current platform version.
override
hideOverlay() Future<void>
Hides the currently displayed overlay.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerOverlayUi({required String entrypointFunctionName, required String entrypointLibraryPath}) Future<void>
Registers a custom overlay UI implementation with the platform.
override
showOverlay({int? overlayHeightDp}) Future<void>
Shows the overlay UI above the keyboard.
override
toString() String
A string representation of this object.
inherited

Operators

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