FakeClipboardCarrierSource class final
Fake iOS clipboard carrier source.
- Implemented types
Constructors
- FakeClipboardCarrierSource(String? contents)
Properties
Methods
-
clearIfEquals(
String value) → Future< void> -
Clears the clipboard ONLY if it still equals
value.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Future< String?> -
The clipboard contents, or
nullwhen empty/unavailable.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited