2025-11-06 18:15:54 +07:00

13 lines
415 B
Dart

import 'package:dartz/dartz.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:print_bluetooth_thermal/print_bluetooth_thermal.dart';
import '../../common/api/api_failure.dart';
import '../../common/function/app_function.dart';
part 'printer.freezed.dart';
part 'entities/printer_entity.dart';
part 'failures/printer_failure.dart';
part 'repositories/i_printer_repository.dart';