removePasteFilesErrorListener function

void removePasteFilesErrorListener(
  1. ShadPasteFilesErrorCallback callback
)

Removes a previously registered paste files error listener.

Implementation

void removePasteFilesErrorListener(ShadPasteFilesErrorCallback callback) =>
    impl.removePasteFilesErrorListener(callback);