MyApp constructor
MyApp(
- ValueNotifier<
GraphQLClient> valueNotifierclient
Implementation
MyApp(ValueNotifier<GraphQLClient> valueNotifierclient) {
_graphQlClient = valueNotifierclient;
}