Removes the schedule entry with the given id.
id
@override /// Removes the schedule entry with the given [id]. Future<void> remove(String id) async { _entries.remove(id); }