sendExec method

Future<bool> sendExec(
  1. String command
)

Implementation

Future<bool> sendExec(String command) async {
  return await _controller.sendExec(command);
}