execCommand 方法

bool execCommand(
  1. String commandId, [
  2. bool? showUI,
  3. String? value
])

实现

bool execCommand(String commandId, [bool? showUI, String? value]) native;