cmd method

  1. @override
void cmd(
  1. String cmdStr, {
  2. dynamic params = const {},
  3. int? id,
  4. MessageCallback? callback,
  5. bool isWrapperCmd = false,
})
override

Implementation

@override
void cmd(
  String cmdStr, {
  params = const {},
  int? id,
  MessageCallback? callback,
  bool isWrapperCmd = false,
}) =>
    bindings.cmd(cmdStr, params);