UCameraException constructor

const UCameraException({
  1. required UCameraErrorCode code,
  2. required String message,
  3. String? detail,
  4. String? platformCode,
})

Implementation

const UCameraException({required this.code, required this.message, this.detail, this.platformCode});