onStartPrintText method
Future<void>
onStartPrintText({
- required List<
PrintLabelModel> printLabelModelList, - required dynamic onResult(),
Implementation
Future<void> onStartPrintText(
{required List<PrintLabelModel> printLabelModelList,
required Function(bool isSuccess, String message) onResult}) async {
throw UnimplementedError(MessageConstant.errorPlatformNotImplemented);
}