MyApppp constructor

MyApppp(
  1. dynamic sessionCallback(
    1. String
    ),
  2. String clientId,
  3. String contentId, {
  4. Key? key,
})

Implementation

MyApppp(this.sessionCallback, this.clientId, this.contentId, {Key? key})
    : super(key: key);