Retrieves the current clipboard content, if any.
static Future<String?> getData() async { return _data; }