getClipboardData method
get clipboard data from the clipboard asynchronously.
Returns:
Implementation
@override
Future<Map<String, String>?> getClipboardData() async {
/// Read raw clipboard text from the DOM.
return ClipboardWeb.getClipboardData();
}