diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h index 06d20498a0763..2073d4b6ff243 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h @@ -415,7 +415,7 @@ typedef enum { * nothing has been published. Will be `nil` if the plugin has not been * registered. */ -- (NSObject*)valuePublishedByPlugin:(NSString*)pluginKey; +- (nullable NSObject*)valuePublishedByPlugin:(NSString*)pluginKey; @end #pragma mark -