getClipboard abstract method

Future<String?> getClipboard()

Read the current clipboard text, or null if unavailable.

Implementation

Future<String?> getClipboard();