AdbDaemonNotRunningException constructor

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

Implementation

const AdbDaemonNotRunningException({required super.message});