image abstract method

Future<bool> image(
  1. Uint8List image, {
  2. int threshold = 150,
})

Implementation

Future<bool> image(Uint8List image, {int threshold = 150});