Skip to content

Commit fee6f9e

Browse files
authored
Annotate valuePublishedByPlugin with nullable (flutter#19267)
1 parent 5ddbcc7 commit fee6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ typedef enum {
415415
* nothing has been published. Will be `nil` if the plugin has not been
416416
* registered.
417417
*/
418-
- (NSObject*)valuePublishedByPlugin:(NSString*)pluginKey;
418+
- (nullable NSObject*)valuePublishedByPlugin:(NSString*)pluginKey;
419419
@end
420420

421421
#pragma mark -

0 commit comments

Comments
 (0)