setPasteMethod method

void setPasteMethod(
  1. dynamic pasteMethod(
    1. String arguments
    )
)

Implementation

void setPasteMethod(Function(String arguments) pasteMethod) {
  throw UnimplementedError('setPasteMethod() has not been implemented.');
}