MatomoException constructor
const
MatomoException({
- required String message,
Implementation
const MatomoException({
required this.message,
});
const MatomoException({
required this.message,
});