(from FlutterTexture.h):
@protocol FlutterTexture<NSObject>
- (CVPixelBufferRef)copyPixelBuffer;
@end
CVPixelBufferRef should be set to nullable. It becomes problematic when we use this API in swift where nil value is allowed for CVPixelBufferRef.
Note: the above was transferred from an internal bug.