@override Future<void> deleteAlarm(int id) { var alarm = AlarmItem(id: id); return invokeNativeMethod<void>(ChannelMethods.DELETE, alarm); }