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