getExecutable method

String? getExecutable()

The executable string required for starting the plugin.

Implementation

String? getExecutable() {
  return executable;
}