GlobalParams constructor

GlobalParams({
  1. String? scene,
  2. CleanDialogHistory cleanDialogHistory = CleanDialogHistory.auto,
})

Implementation

GlobalParams({this.scene, this.cleanDialogHistory = CleanDialogHistory.auto});