getData static method

Future<String?> getData()

Retrieves the current clipboard content, if any.

Implementation

static Future<String?> getData() async {
  return _data;
}