Reads text from the system clipboard.
Returns an empty string on non-web or when the permission is denied.
static Future<String> readFromClipboard() => impl.readFromClipboard();