What happens when Provider.of fails to find a Provider as an ancestor of the BuildContext used when working with the Flutter provider package?
Options
- The error ProviderNotFoundException is thrown
- The error Provider.of failed is throw
- The exception noSuchMethod is thrown
- None of these