EventCallback typedef

EventCallback = void Function(String response)

Implementation

typedef void EventCallback(String response);