TextPasteCallback typedef

TextPasteCallback = Future<void> Function(String text)

Implementation

typedef TextPasteCallback = Future<void> Function(String text);