text property

Future<String?> text

Available on all platforms. Get text from system pasteboard.

Implementation

static Future<String?> get text => pasteboard.text;