Send a message to the host application.
static Future<String> sendToHost(String channel, [String message = '']) { return PlatformMessages.sendString(channel, message); }