printPreview static method

Future<bool> printPreview({
  1. String? url,
  2. String? content,
  3. bool autoClose = true,
  4. double? duration,
})

Implementation

static Future<bool> printPreview(
    {String? url, String? content, bool autoClose = true, double? duration}) {
  UnimplementedError('printPreview');
  return Future.value(false);
}