AdbNotFoundException constructor

const AdbNotFoundException({
  1. required dynamic message,
})

Implementation

const AdbNotFoundException({required super.message});