executeHostCommand abstract method

String executeHostCommand({
  1. required String shell,
  2. required bool hasOutput,
  3. required bool hasLen,
})

Implementation

String executeHostCommand(
    {required String shell, required bool hasOutput, required bool hasLen});