useAsImage method

Future<bool> useAsImage(
  1. GlobalKey<State<StatefulWidget>> boundaryKey, {
  2. double pixelRatio = 2.5,
})

Implementation

Future<bool> useAsImage(GlobalKey boundaryKey, {double pixelRatio = 2.5}) {
  throw UnimplementedError('useAsImage() has not been implemented.');
}