ApplicationSnapshotConfigurationDescription constructor

ApplicationSnapshotConfigurationDescription({
  1. required bool snapshotsEnabled,
})

Implementation

ApplicationSnapshotConfigurationDescription({
  required this.snapshotsEnabled,
});