Callback for receiving untyped messages from host.
typedef MessageCallback = void Function(String type, Map<String, dynamic> data);