runSegmentationOnBinary method
Implementation
Future<Uint8List?> runSegmentationOnBinary({required Uint8List binary, List<int>? labelColors, String outputType = "png", bool asynch = true}) {
throw UnimplementedError('runSegmentationOnBinary() has not been implemented.');
}