DefaultSub constructor

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

Implementation

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