takeCapture method

Future<CapturedImage?> takeCapture({
  1. int? x,
  2. int? y,
  3. int? width,
  4. int? height,
})

Implementation

Future<CapturedImage?> takeCapture({int? x, int? y, int? width, int? height}) {
  throw UnimplementedError('takeCapture() has not been implemented.');
}