OnMessageCallback typedef

OnMessageCallback = void Function(dynamic msg)

Implementation

typedef void OnMessageCallback(dynamic msg);