PasteMethod typedef

PasteMethod = void Function(String str)

Implementation

typedef void PasteMethod(String str);