sendShell method

Future<bool> sendShell()

Implementation

Future<bool> sendShell() async {
  return await _controller.sendShell();
}