SetUrl static method

void SetUrl(
  1. String url
)

设置url

Implementation

static void SetUrl(String url) async {
  Log.i(tag, "SetUrl:$url");
  PlatformMethodInvokeHandler.invokeMethod("SetUrl", url);
}