Inarticle5A3CTAWidget constructor

Inarticle5A3CTAWidget(
  1. dynamic sessionCallback(
    1. String
    ), {
  2. Key? key,
})

Implementation

Inarticle5A3CTAWidget(this.sessionCallback, {Key? key}) : super(key: key);