send abstract method

Future send(
  1. List<String> command
)

Provides a shorter name for execute(). Internally calls execute().

Implementation

Future<dynamic> send(List<String> command);