Future<dynamic> convertImageToGrayscale(Uint8List? value) { throw UnimplementedError( 'convertImageToGrayscale() has not been implemented.', ); }