AlphabetCallback typedef

AlphabetCallback = dynamic Function(int, String)

Implementation

typedef AlphabetCallback = Function(int, String);