Removes alarm from local storage.
static Future<void> unsaveAlarm(int id) async { await _waitUntilInitialized(); await _prefs.remove('$prefix$id'); }