execCommand method Null safety

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

Implementation

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