getLabelPaperConfig method

Future<Map<String, dynamic>> getLabelPaperConfig(
  1. double width,
  2. double height,
  3. String unit
)

Get label paper configuration for specific dimensions

Implementation

Future<Map<String, dynamic>> getLabelPaperConfig(double width, double height, String unit) {
  throw UnimplementedError('getLabelPaperConfig() has not been implemented.');
}