command

The command to execute a method-channel method.

In the following example 'greeting' is the command:

static Future<AdapterResponse<String>> get greeting async {
...
}