From bf8f02f78b30e747d40ef4e9d69f77c9c4ff9727 Mon Sep 17 00:00:00 2001 From: Rex Raphael Date: Mon, 5 Aug 2019 14:06:51 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fceb29..cc36ac5 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ class _UnityDemoScreenState extends State{ ## API - `pause()` (Use this to pause unity player) - `resume()` (Use this to resume unity player) + - `postMessage(String gameObject, methodName, message)` (Allows you invoke commands in Unity from flutter) ## Known issues - Android Export requires several manual changes