Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CallSuper annotation to onCreate(). (flutter#4789)
This provides improved code inspection, making it easier for developers to figure out what might be going wrong if they override this and don't call super, like I just did. :-)
- Loading branch information