PausedStateContext constructor

PausedStateContext({
  1. String? autoResumeTime,
})

Implementation

PausedStateContext({
  this.autoResumeTime,
});