Sends a JSON-encoded message to the host application and JSON-decodes the response.
static Future<dynamic> sendJSON(String channel, [dynamic json]) { return PlatformMessages.sendJSON(channel, json); }