ImageCallback typedef Null safety
Callback to receive bytes when an image is taken.
Implementation
typedef ImageCallback = void Function(Uint8List bytes);
Callback to receive bytes when an image is taken.
typedef ImageCallback = void Function(Uint8List bytes);