MyApp constructor

MyApp(
  1. ValueNotifier<GraphQLClient> valueNotifierclient
)

Implementation

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