getClipboardData method
get clipboard data from the clipboard asynchronously.
Returns:
Implementation
Future<Map<String, String>?> getClipboardData() async {
throw UnimplementedError('getClipboardData() has not been implemented.');
}
get clipboard data from the clipboard asynchronously.
Returns:
Future<Map<String, String>?> getClipboardData() async {
throw UnimplementedError('getClipboardData() has not been implemented.');
}