This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/android/src/main/java/com/rexraphael/flutterunitywidget/UnityEventListener.java

6 lines
120 B
Java

package com.rexraphael.flutterunitywidget;
public interface UnityEventListener {
void onMessage(String message);
}