copyToClipBoard method

Future<String> copyToClipBoard(
  1. String message
)

Implementation

Future<String> copyToClipBoard(String message) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}