We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0ab7f commit 770c13bCopy full SHA for 770c13b
packages/flutter/lib/src/services/clipboard.dart
@@ -59,8 +59,8 @@ abstract final class Clipboard {
59
return ClipboardData(text: result['text'] as String);
60
}
61
62
- /// Returns a future that resolves to true iff the clipboard contains string
63
- /// data.
+ /// Returns a future that resolves to true, if (and only if)
+ /// the clipboard contains string data.
64
///
65
/// See also:
66
/// * [The iOS hasStrings method](https://developer.apple.com/documentation/uikit/uipasteboard/1829416-hasstrings?language=objc).
0 commit comments