AdbFileNotFoundExeption constructor

const AdbFileNotFoundExeption(
  1. String command
)

Implementation

const AdbFileNotFoundExeption(String command) : super(message: 'Command not found: $command');