TextSelectionIntentPlatform class abstract

Defines the contract that all platform implementations must follow.

This allows:

  • Safe platform extensions
  • pub.dev compliance
  • Prevents breaking changes
Inheritance
  • Object
  • PlatformInterface
  • TextSelectionIntentPlatform
Implementers

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

listen(void onText(String text)) → void
Starts listening for selected text
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TextSelectionIntentPlatform
Allows platform implementations to register themselves
getter/setter pair