capture method

Future<Uint8List?> capture({
  1. double pixelRatio = 2.0,
})

Implementation

Future<Uint8List?> capture({double pixelRatio = 2.0}) =>
    ChartExporter.toPng(_key, pixelRatio: pixelRatio);