setClipboardData method
Writes the provided text
to the clipboard asynchronously.
Parameters:
- params: Map<String, String> containing the clipboard data.
Returns:
- Future
Implementation
Future<bool> setClipboardData(Map<String, String> params) async {
throw UnimplementedError('setClipboardData() has not been implemented.');
}