onPaste method
Subscribe to paste events at the given priority.
Implementation
InputSubscription onPaste(
PasteEventHandler handler, {
int priority = InputPriority.widget,
}) => _dispatcher.onPaste(handler, priority: priority);
Subscribe to paste events at the given priority.
InputSubscription onPaste(
PasteEventHandler handler, {
int priority = InputPriority.widget,
}) => _dispatcher.onPaste(handler, priority: priority);