ApplicationSnapshotConfigurationUpdate constructor

ApplicationSnapshotConfigurationUpdate({
  1. required bool snapshotsEnabledUpdate,
})

Implementation

ApplicationSnapshotConfigurationUpdate({
  required this.snapshotsEnabledUpdate,
});