Answers for "The named parameter 'create' is required, but there's no corresponding argument"

1

The named parameter 'create' is required, but there's no corresponding argument

Using ChangeNotifierProxyProvider ???
add this:
create: (ctx) => ClassName('', []),  //Add null for the parameters
Posted by: Guest on October-05-2021

Code answers related to "The named parameter 'create' is required, but there's no corresponding argument"

Browse Popular Code Answers by Language