performAction static method

void performAction(
  1. String code
)

Implementation

static void performAction(String code) {
  _channel.invokeMethod("performAction", {"code": code});
}