onPaste method

InputSubscription onPaste(
  1. PasteEventHandler handler, {
  2. int priority = InputPriority.widget,
})

Subscribe to paste events at the given priority.

Implementation

InputSubscription onPaste(
  PasteEventHandler handler, {
  int priority = InputPriority.widget,
}) => _dispatcher.onPaste(handler, priority: priority);