UCameraException constructor
const
UCameraException({
- required UCameraErrorCode code,
- required String message,
- String? detail,
- String? platformCode,
Implementation
const UCameraException({required this.code, required this.message, this.detail, this.platformCode});