Skip to content

Commit

Permalink
Fixed the nullability annotation on codec writeValue: (flutter#35814)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored Sep 1, 2022
1 parent 152228e commit 08394d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ FLUTTER_DARWIN_EXPORT
*
* NSAsserts on failure.
*/
- (void)writeValue:(id)value;
- (void)writeValue:(nullable id)value;
@end

/**
Expand Down

0 comments on commit 08394d7

Please sign in to comment.