ApplicationSnapshotConfiguration constructor

ApplicationSnapshotConfiguration({
  1. required bool snapshotsEnabled,
})

Implementation

ApplicationSnapshotConfiguration({
  required this.snapshotsEnabled,
});