init static method
Implementation
static void init(int windowId) {
methodChannel.setMethodCallHandler(handleMethodCall);
methodChannel.invokeMethod("setWindowId", {"windowId": windowId.toString()});
}
static void init(int windowId) {
methodChannel.setMethodCallHandler(handleMethodCall);
methodChannel.invokeMethod("setWindowId", {"windowId": windowId.toString()});
}